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

CertificateBodyDescription interface

The JSON-serialized X509 Certificate.

Properties

certificate

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

isVerified

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

Property Details

certificate

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

certificate?: string

Property Value

string

isVerified

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

isVerified?: boolean

Property Value

boolean