次の方法で共有


TokenCertificate Class

The properties of a certificate used for authenticating a token.

Inheritance
azure.mgmt.containerregistry._serialization.Model
TokenCertificate

Constructor

TokenCertificate(*, name: str | _models.TokenCertificateName | None = None, expiry: datetime | None = None, thumbprint: str | None = None, encoded_pem_certificate: str | None = None, **kwargs: Any)

Keyword-Only Parameters

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.

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.