Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.7 KB

CreateCertificate.md

File metadata and controls

22 lines (18 loc) · 1.7 KB

CreateCertificate

Properties

Name Type Description Notes
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]
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
tags list[str] Add tags attached to this object [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]