CredentialSet Class 
An object that represents a credential set resource for a container registry.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
CredentialSet(*, identity: _models.IdentityProperties | None = None, login_server: str | None = None, auth_credentials: List[_models.AuthCredential] | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| identity | Identities associated with the resource. This is used to access the KeyVault secrets. Default value: None | 
| login_server | The credentials are stored for this upstream or login server. Default value: None | 
| auth_credentials | List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential. Default value: None | 
Variables
| Name | Description | 
|---|---|
| id | The resource ID. | 
| name | The name of the resource. | 
| type | The type of the resource. | 
| system_data | Metadata pertaining to creation and last modification of the resource. | 
| identity | Identities associated with the resource. This is used to access the KeyVault secrets. | 
| login_server | The credentials are stored for this upstream or login server. | 
| auth_credentials | List of authentication credentials stored for an upstream. Usually consists of a primary and an optional secondary credential. | 
| creation_date | The creation date of credential store resource. | 
| provisioning_state | Provisioning state of the resource. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled". |