SecretsRandomPasswordRequest

SecretsRandomPasswordRequest

NameDescriptionSchemaDefault
exclude_characters
optional
Characters to exclude when generating password
Example : abcdefg
Maximum length : 4096
string
exclude_lowercase
optional
Option to exclude lowercase letters
Example : false
boolean
exclude_numbers
optional
Option to exclude numbers
Example : false
boolean
exclude_punctuation
optional
Option to exclude punctuation
Example : false
boolean
exclude_uppercase
optional
Option to exclude uppercase letters
Example : false
boolean
include_space
optional
Option to include spaces
Example : false
boolean
password_length
optional
Length of the password to generate
Example : 32
Minimum : 5
Maximum : 1024
integer32
require_each_included_type
optional
Require all included character types
Example : true
booleanTrue