KeyCreateMasterKeyRequestV1Dot4
KeyCreateMasterKeyRequestV1Dot4
| Name | Description | Schema | Default |
|---|---|---|---|
| acl_cidr optional | Public ACL CIDR List Example : 192.168.1.1/24, 10.0.0.1/16 | any of [string, null] | |
| 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 | |
| private_acl_enabled optional | Private ACL 활성화 여부 Example : True | boolean | |
| private_acl_resources optional | Private ACL 리소스 목록 Example : [{'resource_id': 'vs-xxxxx'}] | any of [array[PrivateAclResourceId], array[object]] | |
| purpose required | 키 용도 Example : rsa-2048 | string | |
| rotate_cycle required | 회전 주기 Example : 7 | integer | |
| tags optional | 태그 리스트 | array[Tag] |