TokenCertificate Class
The properties of a certificate used for authenticating a token.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelTokenCertificate
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
|
The thumbprint of the certificate. |
encoded_pem_certificate
|
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
|
The thumbprint of the certificate. |
encoded_pem_certificate
|
Base 64 encoded string of the public certificate1 in PEM format that will be used for authenticating the token. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python