Partilhar via


TokenCredentialsProperties Class

The properties of the credentials that can be used for authenticating the token.

Inheritance
azure.mgmt.containerregistry._serialization.Model
TokenCredentialsProperties

Constructor

TokenCredentialsProperties(*, certificates: List[_models.TokenCertificate] | None = None, passwords: List[_models.TokenPassword] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
certificates
list[<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.TokenCertificate>]
passwords
list[<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.TokenPassword>]

Variables

Name Description
certificates
list[<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.TokenCertificate>]
passwords
list[<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.TokenPassword>]