Azure Key Vault · Schema

DeletionRecoveryLevel

Reflects the deletion recovery level currently in effect for objects in the current vault.

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity
View JSON Schema on GitHub

JSON Schema

microsoft-azure-key-vault-deletionrecoverylevel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeletionRecoveryLevel",
  "title": "DeletionRecoveryLevel",
  "type": "string",
  "description": "Reflects the deletion recovery level currently in effect for objects in the current vault.",
  "enum": [
    "Purgeable",
    "Recoverable+Purgeable",
    "Recoverable",
    "Recoverable+ProtectedSubscription",
    "CustomizedRecoverable+Purgeable",
    "CustomizedRecoverable",
    "CustomizedRecoverable+ProtectedSubscription"
  ]
}