你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CertificateProperties Class
The description of an X509 CA Certificate.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelCertificateProperties
Constructor
CertificateProperties(**kwargs)
Variables
Name | Description |
---|---|
subject
|
The certificate's subject name. |
expiry
|
The certificate's expiration date and time. |
thumbprint
|
The certificate's thumbprint. |
is_verified
|
Determines whether certificate has been verified. |
certificate
|
base-64 representation of X509 certificate .cer file or just .pem file content. |
created
|
The certificate's creation date and time. |
updated
|
The certificate's last update date and time. |