API Reference
Class
LdapToolDelegationAuditQueryResult
Delegation-audit query result.
Inheritance
- Object
- LdapToolDelegationAuditQueryResult
Constructors
public LdapToolDelegationAuditQueryResult() #Inherited Methods
Properties
public String Kind { get; set; } #Query kind selector used by the engine.
public Boolean EnabledOnly { get; set; } #When true, disabled accounts were filtered out.
public String DomainController { get; set; } #Domain controller used for query execution.
public String SearchBaseDn { get; set; } #Search base distinguished name used for query execution.
public String LdapFilter { get; set; } #LDAP filter used by the query.
public Int32 MaxResults { get; set; } #Maximum rows requested.
public Int32 MaxValuesPerAttribute { get; set; } #Maximum values per multi-valued attribute.
public Int32 Count { get; set; } #Returned row count.
public Boolean IsTruncated { get; set; } #True when result set was truncated by caps.
public IReadOnlyList<LdapToolDelegationAuditRow> Results { get; set; } #Rows returned by the query.
public Int32 UnconstrainedDelegationCount { get; set; } #Count of unconstrained delegation rows.
public Int32 ProtocolTransitionCount { get; set; } #Count of protocol-transition rows.
public Int32 ConstrainedDelegationCount { get; set; } #Count of constrained delegation rows.
public Int32 NotDelegatedCount { get; set; } #Count of not-delegated rows.