Azure Key Vault · JSON Structure

Azure Key Vault Data Plane Error Structure

Type: object Properties: 2
CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

Error is a JSON Structure definition published by Azure Key Vault, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

code message

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Error",
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  }
}