Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PrivateRegistryCredentials

Package version

interface

An interface representing PrivateRegistryCredentials. Credentials to access a container image in a private repository.

Hierarchy

  • PrivateRegistryCredentials

Index

Properties

Optional password

password: undefined | string
member

{string} [password] Password. User password to login to the docker repository. One of password or passwordSecretReference must be specified.

Optional passwordSecretReference

passwordSecretReference: KeyVaultSecretReference
member

{KeyVaultSecretReference} [passwordSecretReference] Password secret reference. KeyVault Secret storing the password. Users can store their secrets in Azure KeyVault and pass it to the Batch AI service to integrate with KeyVault. One of password or passwordSecretReference must be specified.

username

username: string
member

{string} username User name. User name to login to the repository.

Generated using TypeDoc