API Reference
Class
UserCredentialOptions
Tunable thresholds for credential hygiene analysis.
Inheritance
- Object
- UserCredentialOptions
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 UserCredentialOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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 Int32 PasswordNeverExpiresRecentChangeDays { get; set; } #Grace period (days) used to separate recently changed Password Never Expires accounts from stale exceptions.
public Boolean IncludeDisabledAccounts { get; set; } #Include disabled accounts in analysis.