1.0
1.0
scpcli secretsmanager generate random password
[--exclude_characters <value>]
[--exclude_lowercase <value>]
[--exclude_numbers <value>]
[--exclude_punctuation <value>]
[--exclude_uppercase <value>]
[--include_space <value>]
[--password_length <value>]
[--require_each_included_type <value>]
Description
임의 비밀번호 생성
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.0 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| exclude_characters optional | string | 비밀번호 생성 시 제외할 문자들 | abcdefg |
| exclude_lowercase optional | boolean | 소문자 제외 옵션 | false |
| exclude_numbers optional | boolean | 숫자 제외 옵션 | false |
| exclude_punctuation optional | boolean | 특수문자 제외 옵션 | false |
| exclude_uppercase optional | boolean | 대문자 제외 옵션 | false |
| include_space optional | boolean | 공백 포함 옵션 | false |
| password_length optional | integer | 생성할 비밀번호의 길이 | 32 |
| require_each_included_type optional | boolean | 포함된 모든 문자 유형 필수 요구 | true |
Responses
| Name | Description | Example |
|---|---|---|
| random_password | 임의 비밀번호 생성 | random-value |