Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.97 KB

UpdateCertificateValue.md

File metadata and controls

24 lines (20 loc) · 1.97 KB

UpdateCertificateValue

Properties

Name Type Description Notes
add_tag list[str] List of the new tags that will be attached to this item [optional]
certificate_data str Content of the certificate in a Base64 format. [optional]
delete_protection str Protection from accidental deletion of this object [true/false] [optional]
description str Description of the object [optional]
expiration_event_in list[str] How many days before the expiration of the certificate would you like to be notified. [optional]
format str 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]
keep_prev_version str Whether to keep previous version [true/false]. If not set, use default according to account settings [optional]
key str The name of a key to use to encrypt the certificate's key (if empty, the account default protectionKey key will be used) [optional]
key_data str Content of the certificate's private key in a Base64 format. [optional]
metadata str Deprecated - use description [optional]
name str Certificate name
rm_tag list[str] List of the existent tags that will be removed from this item [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]

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