Azure Key Vault · Schema

SecretRestoreParameters

The secret restore parameters.

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

Properties

Name Type Description
value string The backup blob associated with a secret bundle.
View JSON Schema on GitHub

JSON Schema

azure-key-vault-data-plane-secret-restore-parameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SecretRestoreParameters",
  "type": "object",
  "description": "The secret restore parameters.",
  "properties": {
    "value": {
      "type": "string",
      "description": "The backup blob associated with a secret bundle."
    }
  }
}