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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python