DeletedCertificateBundle Class

A Deleted Certificate consisting of its previous id, attributes and its tags, as well as information on when it will be purged.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
DeletedCertificateBundle

Constructor

DeletedCertificateBundle(**kwargs)

Parameters

cer
bytearray
Required

CER contents of x509 certificate.

content_type
str
Required

The content type of the secret.

attributes
CertificateAttributes
Required

The certificate attributes.

tags
dict[str, str]
Required

Application specific metadata in the form of key-value pairs

recovery_id
str
Required

The url of the recovery object, used to identify and recover the deleted certificate.

Variables

id
str

The certificate id.

kid
str

The key id.

sid
str

The secret id.

x509_thumbprint
bytes

Thumbprint of the certificate.

policy
CertificatePolicy

The management policy.

scheduled_purge_date
datetime

The time when the certificate is scheduled to be purged, in UTC

deleted_date
datetime

The time when the certificate was deleted, in UTC