API Reference
Class
AdminInactivityOptions
Options controlling thresholds and scope for dormant privileged account detection.
Inheritance
- Object
- AdminInactivityOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public AdminInactivityOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 InactiveThresholdDays { get; set; } #Number of days without logon activity before an account is considered stale. Defaults to 35 days to align with PingCastle anomaly guidance.
public Boolean IncludeDisabledAccounts { get; set; } #When true, disabled accounts are evaluated. Otherwise only enabled accounts are returned.
public Boolean ResolveTrueLastLogon { get; set; } #When true, the service will resolve authoritative lastLogon values across domain controllers. This is slower but provides accurate inactivity windows.
public Int32 TrueLastLogonDegreeOfParallelism { get; set; } #Degree of parallelism used when resolving true last logon timestamps.