Skip to main content

UserPasswordSettings

UserPasswordSettings

Properties

NameTypeDescriptionNotes
AdComplexitybool?A boolean flag indication if adComplexity is enabled.[optional]
IncludeLowercasestringSpecifies if an lowercase character is required, allowed or not allowed in the password.[optional]
IncludeNonalphanumericstringSpecifies if non-alphanumeric character is required, allowed or not allowed in the password.[optional]
IncludeNumberstringSpecifies if a numeric character is required, allowed or not allowed in the password.[optional]
IncludeUppercasestringSpecifies if an uppercase character is required, allowed or not allowed in the password.[optional]
LifetimeDaysint?The lifetime of the password in days.[optional]
MaximumLengthint?The maximum length of the password.[optional]
MaximumRepeatedint?Maximum number of repeated characters allowed[optional]
MinimumLengthint?The minimum length of the password.[optional]
MinimumLifetimeint?The minimum lifetime of the password restricting how frequently the password can be changed.[optional]
MinimumStrengthint?Minimum password strength. Password set/update will be rejected, if strength of the password is less than this value. 0: Disabled, 1: Weak protection from throttled online attacks: very guessable, 3: Good protection from offline attacks: safely unguessable, 4: Strong protection from offline attacks: very unguessable[optional]
NumberOfLowercaseRequiredint?Number of lower case characters required.[optional]
NumberOfNonalphanumericRequiredint?Required number of non alpha numeric characters required.[optional]
NumberOfNumericRequiredint?Number of numeric characters required.[optional]
NumberOfUppercaseRequiredint?Number of upper case characters required.[optional]
PasswordHistorySizeint?Size of password history for a user.[optional]