TokenCredentialsProperties Class
The properties of the credentials that can be used for authenticating the token.
Constructor
TokenCredentialsProperties(*, active_directory_object: _models.ActiveDirectoryObject | None = None, certificates: List[_models.TokenCertificate] | None = None, passwords: List[_models.TokenPassword] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
active_directory_object
|
The Active Directory Object that will be used for authenticating the token of a container registry. Default value: None
|
certificates
|
Default value: None
|
passwords
|
Default value: None
|
Variables
Name | Description |
---|---|
active_directory_object
|
The Active Directory Object that will be used for authenticating the token of a container registry. |
certificates
|
|
passwords
|
|