ImageRegistryCredential Class

Image registry credential.

All required parameters must be populated in order to send to Azure.

Inheritance
ImageRegistryCredential

Constructor

ImageRegistryCredential(*, server: str, username: str, password: Optional[str] = None, identity: Optional[str] = None, identity_url: Optional[str] = None, **kwargs)

Variables

server
str

Required. The Docker image registry server without a protocol such as "http" and "https".

username
str

Required. The username for the private registry.

password
str

The password for the private registry.

identity
str

The identity for the private registry.

identity_url
str

The identity URL for the private registry.