| 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 | Dictionary<string, string> | Additional custom fields to associate with the item | [optional] |
| Json | bool | Set output format to JSON | [optional] [default to false] |
| 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] [default to "false"] |
| RsaFileData | string | RSA private key data, base64 encoded | [optional] |
| SplitLevel | long | The number of fragments that the item will be split into | [optional] [default to 3] |
| 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] |