KeyCreateMasterKeyRequest
KeyCreateMasterKeyRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| auto_rotate required | 자동회전 Y 또는 N Example : Y | string | |
| description required | 키 설명 Example : description1Maximum length : 100 | string | |
| key_type optional | 기본 또는 고급 Example : advanced | enum (basic, advanced) | advanced |
| name required | 키 이름 Example : testkeyPattern : ^[a-z0-9]*$Minimum length : 3Maximum length : 63 | string | |
| purpose required | 키 용도 Example : rsa-2048 | string | |
| rotate_cycle required | 회전 주기 Example : 7 | integer | |
| tags optional | 태그 리스트 | array[Tag] |