Microsoft Azure · JSON Structure

Azure Key Vault Json Web Key Structure

Type: object Properties: 15
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

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

Properties

kid kty key_ops n e d dp dq qi p q k crv 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"
    },
    "kty": {
      "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"
    },
    "crv": {
      "type": "string"
    },
    "x": {
      "type": "string"
    },
    "y": {
      "type": "string"
    }
  }
}