UserPasswordSettings
UserPasswordSettings
Properties
Name | Type | Description | Notes |
---|---|---|---|
ad_complexity | bool | A boolean flag indication if adComplexity is enabled. | [optional] |
include_lowercase | str | Specifies if an lowercase character is required, allowed or not allowed in the password. | [optional] |
include_nonalphanumeric | str | Specifies if non-alphanumeric character is required, allowed or not allowed in the password. | [optional] |
include_number | str | Specifies if a numeric character is required, allowed or not allowed in the password. | [optional] |
include_uppercase | str | Specifies if an uppercase character is required, allowed or not allowed in the password. | [optional] |
lifetime_days | int | The lifetime of the password in days. | [optional] |
maximum_length | int | The maximum length of the password. | [optional] |
maximum_repeated | int | Maximum number of repeated characters allowed | [optional] |
minimum_length | int | The minimum length of the password. | [optional] |
minimum_lifetime | int | The minimum lifetime of the password restricting how frequently the password can be changed. | [optional] |
minimum_strength | int | 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] |
number_of_lowercase_required | int | Number of lower case characters required. | [optional] |
number_of_nonalphanumeric_required | int | Required number of non alpha numeric characters required. | [optional] |
number_of_numeric_required | int | Number of numeric characters required. | [optional] |
number_of_uppercase_required | int | Number of upper case characters required. | [optional] |
password_history_size | int | Size of password history for a user. | [optional] |