Azure Key Vault · JSON Structure

Azure Key Vault Data Plane Json Web Key Structure

Type: object Properties: 14
CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

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

Properties

kid key_ops n e d dp dq qi p q k key_hsm x y

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JsonWebKey",
  "type": "object",
  "properties": {
    "kid": {
      "type": "string"
    },
    "key_ops": {
      "type": "array"
    },
    "n": {
      "type": "string"
    },
    "e": {
      "type": "string"
    },
    "d": {
      "type": "string"
    },
    "dp": {
      "type": "string"
    },
    "dq": {
      "type": "string"
    },
    "qi": {
      "type": "string"
    },
    "p": {
      "type": "string"
    },
    "q": {
      "type": "string"
    },
    "k": {
      "type": "string"
    },
    "key_hsm": {
      "type": "string"
    },
    "x": {
      "type": "string"
    },
    "y": {
      "type": "string"
    }
  }
}