ImageRegistryPasswordType type

Определяет значения imageRegistryPasswordType. Возможные значения: ClearText, KeyVaultReference, SecretValueReference

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