Patch
/api/v1/secretmanager/pwdpolicies/{id}
Security
HTTP
Type bearer
Path parameters
id
stringRequired
Id of password policy
Examplea6ed82f6-32b5-46d8-a3a3-c36cc574abd9
Body parameters
{
"name": "DBPasswordPolicy",
"description": "Password Policy Updated",
"passwordType": "alphanumeric",
"minPasswordLength": 8,
"hasUpperCaseChars": false,
"hasLowerCaseChars": true,
"hasNumbers": false,
"hasSpecialChars": true,
"allowedSpecialChars": "@#$%(",
"pinLength": 9
}object
id
string
name
string
Min length1
Max length30
Pattern^[a-zA-Z0-9-_\s]{1,30}$
description
string
Min length0
Max length255
passwordType
string
Pattern\s*alphanumeric\s*|\s*pin\s*
allowedSpecialChars
string
Pattern[^a-zA-Z0-9]+
minPasswordLength
integer (int32)
hasUpperCaseChars
boolean
hasLowerCaseChars
boolean
hasNumbers
boolean
hasSpecialChars
boolean
pinLength
integer (int32)
passwordOrPin
string
Responses
204
No content