API Reference
Class
AdminInactivityOptions
Options controlling thresholds and scope for dormant privileged account detection.
Inheritance
- Object
- AdminInactivityOptions
Constructors
public AdminInactivityOptions() #Inherited Methods
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.