Skip to main content

UserPasswordSettings

UserPasswordSettings

Properties

NameTypeDescriptionNotes
adComplexityBooleanA boolean flag indication if adComplexitiy is enabled.[optional]
includeLowercaseIncludeLowercaseEnumincludeLowercase[optional]
includeNonalphanumericIncludeNonalphanumericEnumincludeNonalphanumeric[optional]
includeNumberIncludeNumberEnumincludeNumber[optional]
includeUppercaseIncludeUppercaseEnumincludeUppercase[optional]
lifetimeDaysIntegerlifetimeDays[optional]
maximumRepeatedIntegerMaximum number of repeated characters allowed[optional]
minimumLengthIntegerminimumLength[optional]
minimumLifetimeIntegerminimumLifetime[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"