API Reference
Class
LdapToolDelegationAuditQueryRequest
Request for delegation-audit queries used by thin tool wrappers.
Inheritance
- Object
- LdapToolDelegationAuditQueryRequest
Constructors
public LdapToolDelegationAuditQueryRequest() #Inherited Methods
Properties
public String Kind { get; set; } #Object kind selector: any, user, or computer.
public Boolean EnabledOnly { get; set; } #When true, filters out disabled accounts.
public Boolean IncludeSpns { get; set; } #When true, includes servicePrincipalName values per row.
public Boolean IncludeAllowedToDelegateTo { get; set; } #When true, includes msDS-AllowedToDelegateTo values per row.
public Int32 MaxValuesPerAttribute { get; set; } #Maximum values returned for multi-valued attributes.
public String DomainController { get; set; } #Optional explicit domain controller.
public String SearchBaseDn { get; set; } #Search base distinguished name.
public Int32 MaxResults { get; set; } #Maximum rows to return.