API Reference
Class
LdapToolObjectGetQueryRequest
Request for object-get query execution.
Inheritance
- Object
- LdapToolObjectGetQueryRequest
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public LdapToolObjectGetQueryRequest() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Identity { get; set; } #Identity to resolve (DN, sAMAccountName, UPN, mail, dNSHostName, cn/name).
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 object projection.