KeyCreateMasterKeyRequest
KeyCreateMasterKeyRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| 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 | |
| purpose required | Purpose of key Example : rsa-2048 | string | |
| rotate_cycle required | Rotation cycle Example : 7 | integer | |
| tags optional | Tag List’ | array[Tag] |