Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 2.04 KB

UpdateCertificateValue.md

File metadata and controls

24 lines (20 loc) · 2.04 KB

akeyless.Model.UpdateCertificateValue

Properties

Name Type Description Notes
AddTag List<string> List of the new tags that will be attached to this item [optional]
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]
KeepPrevVersion string Whether to keep previous version [true/false]. If not set, use default according to account settings [optional]
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
RmTag List<string> List of the existent tags that will be removed from this item [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]

[Back to Model list] [Back to API list] [Back to README]