CertificateProperties Class
Certificate properties consists of a certificates metadata.
Constructor
CertificateProperties(**kwargs: Any)
Attributes
created_on
enabled
expires_on
id
name
not_before
recoverable_days
recovery_level
The deletion recovery level currently in effect for the certificate.
Returns
Type | Description |
---|---|
<xref:models.DeletionRecoveryLevel>,
|
The deletion recovery level currently in effect for the certificate. |
tags
updated_on
vault_url
The URL of the vault containing the certificate.
Returns
Type | Description |
---|---|
The URL of the vault containing the certificate. |
version
x509_thumbprint
The certificate's thumbprint, in bytes.
To get the thumbprint as a hexadecimal string, call .hex()
on this property.
Returns
Type | Description |
---|---|
The certificate's thumbprint, in bytes. |