Create password policy for alphanumeric password

Prev Next
Post
/api/v1/secretmanager/pwdpolicies
Security
HTTP
Type bearer
Query parameters
action
string

Action

ExamplevalidatePasswordOrPin
Body parameters
{
  "name": "DBPasswordPolicy",
  "description": "Password Policy",
  "passwordType": "alphanumeric",
  "minPasswordLength": 8,
  "hasUpperCaseChars": false,
  "hasLowerCaseChars": true,
  "hasNumbers": true,
  "hasSpecialChars": true,
  "allowedSpecialChars": "@#$%("
}
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
201

Created

object