ImageRepositoryCredentials Class

Definition

ImageRepositoryCredentials represents the credentials used to login to the image repository.

public class ImageRepositoryCredentials
type ImageRepositoryCredentials = class
Public Class ImageRepositoryCredentials
Inheritance
ImageRepositoryCredentials

Constructors

ImageRepositoryCredentials(String, String)

Initializes a new instance of ImageRepositoryCredentials.

Properties

Password

The password or token used to access an image in the target repository.

RegistryUriString

The URL of the authentication server used to validate the repository credentials.

Username

The username used to access an image in the target repository.

Applies to