Package version:

The login password for the container registry.

interface RegistryPassword {
    name?: PasswordName;
    value?: string;
}

Properties

Properties

The password name.

value?: string

The password value.