CertificateBodyDescription Class

The JSON-serialized X509 Certificate.

Inheritance
CertificateBodyDescription

Constructor

CertificateBodyDescription(*, certificate: Optional[str] = None, is_verified: Optional[bool] = None, **kwargs)

Variables

certificate
str

Base-64 representation of the X509 leaf certificate .cer file or just .pem file content.

is_verified
bool

True indicates that the certificate will be created in verified state and proof of possession will not be required.