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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python