API Reference
Class
ExpiredUsersQueryResult
Result of an expired users query.
Inheritance
- Object
- ExpiredUsersQueryResult
Constructors
public ExpiredUsersQueryResult() #Initializes a new instance of the ExpiredUsersQueryResult class.
Inherited Methods
Properties
public String DomainController { get; set; } #Domain controller/domain endpoint used by the query.
public String SearchBaseDn { get; set; } #LDAP base DN used by the query.
public DateTime ReferenceTimeUtc { get; set; } #Reference UTC time used by the query.
public Int32 MaxResults { get; set; } #Maximum number of results requested.
public String LdapFilter { get; set; } #The LDAP filter used for the query.
public Int32 Count { get; set; } #Number of results returned.
public Boolean IsTruncated { get; set; } #True when result count reached the requested cap.
public IReadOnlyList<ExpiredUserEntry> Results { get; set; } #Returned results.