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. |