API Reference
Class
UserCredentialOptions
Tunable thresholds for credential hygiene analysis.
Inheritance
- Object
- UserCredentialOptions
Constructors
public UserCredentialOptions() #Inherited Methods
Properties
public Int32 AdminPasswordWarningDays { get; set; } #Threshold (days) after which admin passwords are considered aging.
public Int32 UserPasswordStaleDays { get; set; } #Threshold (days) after which user passwords are considered stale.
public Int32 UserPasswordVeryStaleDays { get; set; } #Threshold (days) after which user passwords are considered very stale.
public Boolean IncludeDisabledAccounts { get; set; } #Include disabled accounts in analysis.