TestimoX

API Reference

Class

StaleAccountsQueryResult

Namespace ADPlayground.DirectoryOps
Assembly ADPlayground
Modifiers sealed

Result of a stale accounts query.

Inheritance

  • Object
  • StaleAccountsQueryResult

Constructors

public StaleAccountsQueryResult() #

Initializes a new instance of the StaleAccountsQueryResult class.

Properties

public DirectoryAccountKind Kind { get; set; } #

Account kind scope used for the query.

public Boolean EnabledOnly { get; set; } #

When true, excludes disabled accounts.

public Boolean ExcludeCritical { get; set; } #

When true, excludes critical system objects.

public CriteriaMatch Match { get; set; } #

Criteria match mode used by the query.

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 ReferenceUtc { get; set; } #

Reference UTC time used by threshold calculations.

public Nullable<Int32> DaysSinceLogon { get; set; } #

Effective days-since-logon threshold.

public Nullable<Int32> DaysSincePasswordSet { get; set; } #

Effective days-since-password-set threshold.

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<StaleAccountEntry> Results { get; set; } #

Returned results.