TestimoX

API Reference

Class

AdminInactivitySnapshot

Namespace ADPlayground.Users
Assembly ADPlayground
Modifiers sealed

Snapshot of privileged accounts classified as inactive by threshold within a domain.

Inheritance

  • Object
  • AdminInactivitySnapshot

Constructors

public AdminInactivitySnapshot() #

Properties

public String DomainName { get; set; } #

DNS domain name the snapshot represents.

public Int32 ThresholdDays { get; set; } #

Inactivity threshold (days) used for evaluation.

public Boolean IncludesDisabledAccounts { get; set; } #

True when disabled accounts were included.

public Boolean ResolvedTrueLastLogon { get; set; } #

True when authoritative lastLogon was resolved across DCs.

public Int32 TotalProtectedAccounts { get; set; } #

Total number of protected accounts considered.

public Int32 InactiveAccountCount { get; set; } #

Total number of accounts flagged as inactive.

public IReadOnlyList<AdminInactiveAccount> InactiveAccounts { get; set; } #

Detailed rows for inactive privileged accounts.