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. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python