UserPasswordSettings
UserPasswordSettings
Properties
Name | Type | Description | Notes |
---|---|---|---|
AdComplexity | bool? | A boolean flag indication if adComplexity is enabled. | [optional] |
IncludeLowercase | string | Specifies if an lowercase character is required, allowed or not allowed in the password. | [optional] |
IncludeNonalphanumeric | string | Specifies if non-alphanumeric character is required, allowed or not allowed in the password. | [optional] |
IncludeNumber | string | Specifies if a numeric character is required, allowed or not allowed in the password. | [optional] |
IncludeUppercase | string | Specifies if an uppercase character is required, allowed or not allowed in the password. | [optional] |
LifetimeDays | int? | The lifetime of the password in days. | [optional] |
MaximumLength | int? | The maximum length of the password. | [optional] |
MaximumRepeated | int? | Maximum number of repeated characters allowed | [optional] |
MinimumLength | int? | The minimum length of the password. | [optional] |
MinimumLifetime | int? | The minimum lifetime of the password restricting how frequently the password can be changed. | [optional] |
MinimumStrength | 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] |
NumberOfLowercaseRequired | int? | Number of lower case characters required. | [optional] |
NumberOfNonalphanumericRequired | int? | Required number of non alpha numeric characters required. | [optional] |
NumberOfNumericRequired | int? | Number of numeric characters required. | [optional] |
NumberOfUppercaseRequired | int? | Number of upper case characters required. | [optional] |
PasswordHistorySize | int? | Size of password history for a user. | [optional] |