ImageRegistryCredential Class
Image registry credential.
All required parameters must be populated in order to send to Azure.
Constructor
ImageRegistryCredential(*, server: str, username: str | None = None, password: str | None = None, identity: str | None = None, identity_url: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
server
|
The Docker image registry server without a protocol such as "http" and "https". Required. |
|
username
|
The username for the private registry. Default value: None
|
|
password
|
The password for the private registry. Default value: None
|
|
identity
|
The identity for the private registry. Default value: None
|
|
identity_url
|
The identity URL for the private registry. Default value: None
|
Variables
| Name | Description |
|---|---|
|
server
|
The Docker image registry server without a protocol such as "http" and "https". Required. |
|
username
|
The username for the private registry. |
|
password
|
The password for the private registry. |
|
identity
|
The identity for the private registry. |
|
identity_url
|
The identity URL for the private registry. |