SecretKind enum

type: string

Describes the kind of secret.

Possible values are:

  • inlinedValue - A simple secret resource whose plaintext value is provided by the user.
  • keyVaultVersionedReference - A secret resource that references a specific version of a secret stored in Azure Key Vault; the expected value is a versioned KeyVault URI corresponding to the version of the secret being referenced.