API Reference
Class
LdapToolObjectResolveQueryRequest
Request for batched object-resolve query execution.
Inheritance
- Object
- LdapToolObjectResolveQueryRequest
Constructors
public LdapToolObjectResolveQueryRequest() #Inherited Methods
Properties
public IReadOnlyList<String> Identities { get; set; } #Input identities to resolve (DN and/or SID strings).
public Int32 InputsTotal { get; set; } #Total identities supplied by the caller before local caps were applied.
public Int32 MaxInputs { get; set; } #Maximum identities processed for this call.
public Boolean InputsTruncated { get; set; } #True when the caller truncated inputs before execution.
public IdentityKind IdentityKind { get; set; } #Identity interpretation mode.
public String Kind { get; set; } #Object kind selector: any, user, group, or computer.
public String DomainController { get; set; } #Optional explicit domain controller.
public String SearchBaseDn { get; set; } #Search base distinguished name.
public Int32 MaxValuesPerAttribute { get; set; } #Maximum values returned for multi-valued attributes.
public IReadOnlyList<String> Attributes { get; set; } #Attributes to include in the returned object projection.