API Reference
Class
AdminInactivitySnapshot
Snapshot of privileged accounts classified as inactive by threshold within a domain.
Inheritance
- Object
- AdminInactivitySnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public AdminInactivitySnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.