TokenCredentialsProperties Class
The properties of the credentials that can be used for authenticating the token.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelTokenCredentialsProperties
Constructor
TokenCredentialsProperties(*, certificates: List[_models.TokenCertificate] | None = None, passwords: List[_models.TokenPassword] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
certificates
|
|
passwords
|
|
Variables
Name | Description |
---|---|
certificates
|
|
passwords
|
|
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