SecretsRandomPasswordRequest
SecretsRandomPasswordRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| exclude_characters optional | 비밀번호 생성 시 제외할 문자들 Example : abcdefgMaximum length : 4096 | string | |
| exclude_lowercase optional | 소문자 제외 옵션 Example : false | boolean | |
| exclude_numbers optional | 숫자 제외 옵션 Example : false | boolean | |
| exclude_punctuation optional | 특수문자 제외 옵션 Example : false | boolean | |
| exclude_uppercase optional | 대문자 제외 옵션 Example : false | boolean | |
| include_space optional | 공백 포함 옵션 Example : false | boolean | |
| password_length optional | 생성할 비밀번호의 길이 Example : 32Minimum : 5Maximum : 1024 | integer | 32 |
| require_each_included_type optional | 포함된 모든 문자 유형 필수 요구 Example : true | boolean | True |