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 | Auto rotate Y or N Example : Y | string | |
| description required | Description of Key Example : description1Maximum length : 100 | string | |
| key_type optional | basic or advanced Example : advanced | enum (basic, advanced) | advanced |
| name required | Name of key Example : testkeyPattern : ^[a-z0-9]*$Minimum length : 3Maximum length : 63 | string | |
| private_acl_enabled optional | Whether to enable Private ACL Example : True | boolean | |
| private_acl_resources optional | List of Private ACL Resources Example : [{'resource_id': 'vs-xxxxx'}] | any of [array[PrivateAclResourceId], array[object]] | |
| purpose required | Purpose of key Example : rsa-2048 | string | |
| rotate_cycle required | Rotation cycle Example : 7 | integer | |
| tags optional | Tag List’ | array[Tag] |