Name | Type | Description | Notes |
---|---|---|---|
CertificateData | string | Content of the certificate in a Base64 format. | [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] |
Format | string | CertificateFormat of the certificate and private key, possible values: cer,crt,pem,pfx,p12. Required when passing inline certificate content with - -certificate-data or - -key-data, otherwise format is derived from the file extension. | [optional] |
Json | bool | Set output format to JSON | [optional] [default to false] |
Key | string | The name of a key to use to encrypt the certificate's key (if empty, the account default protectionKey key will be used) | [optional] |
KeyData | string | Content of the certificate's private key in a Base64 format. | [optional] |
Metadata | string | Deprecated - use description | [optional] |
Name | string | Certificate name | |
Tags | List<string> | Add tags attached to this object | [optional] |
Token | string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |