Skip to main content

UserPasswordSettings

UserPasswordSettings

Properties

NameTypeDescriptionNotes
adComplexityBooleanA boolean flag indication if adComplexity is enabled.[optional]
includeLowercaseIncludeLowercaseEnumSpecifies if an lowercase character is required, allowed or not allowed in the password.[optional]
includeNonalphanumericIncludeNonalphanumericEnumSpecifies if non-alphanumeric character is required, allowed or not allowed in the password.[optional]
includeNumberIncludeNumberEnumSpecifies if a numeric character is required, allowed or not allowed in the password.[optional]
includeUppercaseIncludeUppercaseEnumSpecifies if an uppercase character is required, allowed or not allowed in the password.[optional]
lifetimeDaysIntegerThe lifetime of the password in days.[optional]
maximumLengthIntegerThe maximum length of the password.[optional]
maximumRepeatedIntegerMaximum number of repeated characters allowed[optional]
minimumLengthIntegerThe minimum length of the password.[optional]
minimumLifetimeIntegerThe minimum lifetime of the password restricting how frequently the password can be changed.[optional]
minimumStrengthIntegerMinimum 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]
numberOfLowercaseRequiredIntegerNumber of lower case characters required.[optional]
numberOfNonalphanumericRequiredIntegerRequired number of non alpha numeric characters required.[optional]
numberOfNumericRequiredIntegerNumber of numeric characters required.[optional]
numberOfUppercaseRequiredIntegerNumber of upper case characters required.[optional]
passwordHistorySizeIntegerSize of password history for a user.[optional]

IncludeLowercaseEnum

NameValue
REQUIRED"REQUIRED"
ALLOWED"ALLOWED"
NOT_ALLOWED"NOT_ALLOWED"

IncludeNonalphanumericEnum

NameValue
REQUIRED"REQUIRED"
ALLOWED"ALLOWED"
NOT_ALLOWED"NOT_ALLOWED"

IncludeNumberEnum

NameValue
REQUIRED"REQUIRED"
ALLOWED"ALLOWED"
NOT_ALLOWED"NOT_ALLOWED"

IncludeUppercaseEnum

NameValue
REQUIRED"REQUIRED"
ALLOWED"ALLOWED"
NOT_ALLOWED"NOT_ALLOWED"