ImageRegistryPasswordType enum

type: string

The type of the image registry password being given in password

Possible values are:

  • ClearText - The image registry password in clear text, will not be processed in any way and used directly
  • KeyVaultReference - The URI to a KeyVault secret version, will be resolved using the application's managed identity (this type is only valid if the app was assigned a managed identity) before getting used
  • SecretValueReference - The reference to a SecretValue resource, will be resolved before getting used