API Reference
Class
PasswordPolicyLengthSnapshot
Snapshot summarising minimum password length posture for a domain.
Inheritance
- Object
- PasswordPolicyLengthSnapshot
Constructors
public PasswordPolicyLengthSnapshot() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name this snapshot represents.
public Int32 MinimumPasswordLength { get; set; } #Configured minimum password length.
public Int32 RecommendedLength { get; set; } #Recommended baseline length used for evaluation.
public Boolean MeetsRecommendation { get; set; } #True when MinimumPasswordLength meets or exceeds RecommendedLength.