你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CertificateBodyDescription Class

The JSON-serialized X509 Certificate.

Constructor

CertificateBodyDescription(*, certificate: str | None = None, is_verified: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
certificate
str

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

is_verified

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

Variables

Name Description
certificate
str

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

is_verified

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