TokenCredentialsProperties Class

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

Inheritance
TokenCredentialsProperties

Constructor

TokenCredentialsProperties(*, certificates: Optional[List[azure.mgmt.containerregistry.v2020_11_01_preview.models._models_py3.TokenCertificate]] = None, passwords: Optional[List[azure.mgmt.containerregistry.v2020_11_01_preview.models._models_py3.TokenPassword]] = None, **kwargs)

Variables

certificates
list[TokenCertificate]
passwords
list[TokenPassword]