adComplexity | Boolean | A boolean flag indication if adComplexity is enabled. | [optional] |
includeLowercase | IncludeLowercaseEnum | Specifies if an lowercase character is required, allowed or not allowed in the password. | [optional] |
includeNonalphanumeric | IncludeNonalphanumericEnum | Specifies if non-alphanumeric character is required, allowed or not allowed in the password. | [optional] |
includeNumber | IncludeNumberEnum | Specifies if a numeric character is required, allowed or not allowed in the password. | [optional] |
includeUppercase | IncludeUppercaseEnum | Specifies if an uppercase character is required, allowed or not allowed in the password. | [optional] |
lifetimeDays | Integer | The lifetime of the password in days. | [optional] |
maximumLength | Integer | The maximum length of the password. | [optional] |
maximumRepeated | Integer | Maximum number of repeated characters allowed | [optional] |
minimumLength | Integer | The minimum length of the password. | [optional] |
minimumLifetime | Integer | The minimum lifetime of the password restricting how frequently the password can be changed. | [optional] |
minimumStrength | Integer | 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] |
numberOfLowercaseRequired | Integer | Number of lower case characters required. | [optional] |
numberOfNonalphanumericRequired | Integer | Required number of non alpha numeric characters required. | [optional] |
numberOfNumericRequired | Integer | Number of numeric characters required. | [optional] |
numberOfUppercaseRequired | Integer | Number of upper case characters required. | [optional] |
passwordHistorySize | Integer | Size of password history for a user. | [optional] |