CertificateBundle Class

A certificate bundle consists of a certificate (X509) plus its attributes.

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

Inheritance
CertificateBundle

Constructor

CertificateBundle(*, cer: Optional[bytearray] = None, content_type: Optional[str] = None, attributes=None, tags=None, **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

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.