Freigeben über


ImageRegistryPasswordType type

Definiert Werte für ImageRegistryPasswordType. Mögliche Werte sind: 'ClearText', 'KeyVaultReference', 'SecretValueReference'

type ImageRegistryPasswordType =
  | "ClearText"
  | "KeyVaultReference"
  | "SecretValueReference"