| Name | Type | Description | Notes |
|---|---|---|---|
| alg | String | Key type. options: [RSA1024, RSA2048, RSA3072, RSA4096] | |
| certFileData | String | Certificate in a PEM format. | [optional] |
| certificateFormat | String | [optional] | |
| customerFrgId | String | The customer fragment ID that will be used to split the key (if empty, the key will be created independently of a customer fragment) | [optional] |
| deleteProtection | String | Protection from accidental deletion of this object [true/false] | [optional] |
| description | String | Description of the object | [optional] |
| expirationEventIn | List<String> | How many days before the expiration of the certificate would you like to be notified. | [optional] |
| itemCustomFields | Map<String, String> | Additional custom fields to associate with the item | [optional] |
| json | Boolean | Set output format to JSON | [optional] |
| metadata | String | Deprecated - use description | [optional] |
| name | String | Name of key to be created | |
| overwrite | String | When the overwrite flag is set, this command will only update an existing key [true/false] | [optional] |
| rsaFileData | String | RSA private key data, base64 encoded | [optional] |
| splitLevel | Long | The number of fragments that the item will be split into | [optional] |
| tag | List<String> | List of the tags attached to this key | [optional] |
| token | String | Authentication token (see `/auth` and `/configure`) | [optional] |
| uidToken | String | The universal identity token, Required only for universal_identity authentication | [optional] |