|
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
minimumLength | O | uint32 | 8 | Minimum number of characters that should be present in the password. | |
minimumNumberOfUppercaseChars | O | uint32 | 1 | Minimum number of upper case characters that should be present in the password. | |
minimumNumberOfLowercaseChars | O | uint32 | 1 | Minimum number of lower case characters that should be present in the password. | |
minimumNumberOfDigits | O | uint32 | 1 | Minimum number of digits that should be present in the password. | |
minimumNumberOfOtherChars | O | uint32 | 1 | Minimum number of non-alpha-numeric characters that should be present in the password. | |
passwordHistoryDepth | O | uint32 | 4 | The number of latest passwords that should be prevented from re-use. | |
maximumRepeatingCharsCount | O | uint32 | 3 | Maximum number of consecutive repeatation for any character in the password. | |
minimumDiffWithOldPassword | O | uint32 | 4 | The minimum difference between the new and old password. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/admin/{name}/passwordRules |