DeletedCertificate Class
A deleted Certificate consisting of its previous ID, attributes, tags, and information on when it will be purged.
Constructor
DeletedCertificate(properties: CertificateProperties | None = None, policy: CertificatePolicy | None = None, cer: bytearray | None = None, **kwargs: Any)
Parameters
Name | Description |
---|---|
properties
|
Properties of the deleted certificate. Default value: None
|
policy
|
The management policy of the deleted certificate. Default value: None
|
cer
|
CER contents of the X509 certificate. Default value: None
|
Keyword-Only Parameters
Name | Description |
---|---|
deleted_on
|
The time when the certificate was deleted, in UTC. |
recovery_id
|
The url of the recovery object, used to identify and recover the deleted certificate. |
scheduled_purge_date
|
The time when the certificate is scheduled to be purged, in UTC. |
Attributes
cer
deleted_on
key_id
policy
The management policy of the certificate.
Returns
Type | Description |
---|---|
The management policy of the certificate. |
properties
The certificate's properties.
Returns
Type | Description |
---|---|
The certificate's properties. |
recovery_id
scheduled_purge_date
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python