Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.26 KB

File metadata and controls

19 lines (15 loc) · 1.26 KB

IamCertificateRequest

The information required to generate a certificate signing request (CSR), which is a block of encoded text that is given to a Certificate Authority when applying for an SSL Certificate.

Properties

Name Type Description Notes
email_address str User input email address, an optional part of the subject of the certificate request. [optional]
name str Name of the certificate request. [optional]
request str Generated certificate signing request (CSR) in PEM format. [optional] [readonly]
self_signed bool Whether the user wants the generated CSR to be self-signed by the appliance. [optional]
subject PkixDistinguishedName [optional]
subject_alternate_name PkixSubjectAlternateName [optional]
account IamAccount [optional]
certificate IamCertificate [optional]
private_key_spec IamPrivateKeySpec [optional]

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