ContainerRegistryBasicCredentials interface

The basic authentication properties for the container registry resource.

Extends

Properties

password

The password of the Container Registry.

server

The login server of the Container Registry.

type

Polymorphic discriminator, which specifies the different types this object can be

username

The username of the Container Registry.

Property Details

password

The password of the Container Registry.

password: string

Property Value

string

server

The login server of the Container Registry.

server: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "BasicAuth"

Property Value

"BasicAuth"

username

The username of the Container Registry.

username: string

Property Value

string