Skip to main content

UserPasswordSettings

UserPasswordSettings

Properties

NameTypeDescriptionNotes
ad_complexityboolA boolean flag indication if adComplexity is enabled.[optional]
include_lowercasestrSpecifies if an lowercase character is required, allowed or not allowed in the password.[optional]
include_nonalphanumericstrSpecifies if non-alphanumeric character is required, allowed or not allowed in the password.[optional]
include_numberstrSpecifies if a numeric character is required, allowed or not allowed in the password.[optional]
include_uppercasestrSpecifies if an uppercase character is required, allowed or not allowed in the password.[optional]
lifetime_daysintThe lifetime of the password in days.[optional]
maximum_lengthintThe maximum length of the password.[optional]
maximum_repeatedintMaximum number of repeated characters allowed[optional]
minimum_lengthintThe minimum length of the password.[optional]
minimum_lifetimeintThe minimum lifetime of the password restricting how frequently the password can be changed.[optional]
minimum_strengthintMinimum 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]
number_of_lowercase_requiredintNumber of lower case characters required.[optional]
number_of_nonalphanumeric_requiredintRequired number of non alpha numeric characters required.[optional]
number_of_numeric_requiredintNumber of numeric characters required.[optional]
number_of_uppercase_requiredintNumber of upper case characters required.[optional]
password_history_sizeintSize of password history for a user.[optional]

Example