Share via


TokenCertificate Class

The properties of a certificate used for authenticating a token.

Constructor

TokenCertificate(*args: Any, **kwargs: Any)

Variables

Name Description
name

Known values are: "certificate1" and "certificate2".

expiry

The expiry datetime of the certificate.

thumbprint
str

The thumbprint of the certificate.

encoded_pem_certificate
str

Base 64 encoded string of the public certificate1 in PEM format that will be used for authenticating the token.

Attributes

encoded_pem_certificate

Base 64 encoded string of the public certificate1 in PEM format that will be used for authenticating the token.

encoded_pem_certificate: str | None

expiry

The expiry datetime of the certificate.

expiry: datetime | None

name

"certificate1" and "certificate2".

name: str | _models.TokenCertificateName | None

thumbprint

The thumbprint of the certificate.

thumbprint: str | None