Azure Key Vault · JSON Structure

Azure Key Vault Data Plane Certificate Bundle Structure

Type: object Properties: 7
CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

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

Properties

id kid sid x5t cer contentType tags

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CertificateBundle",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "kid": {
      "type": "string"
    },
    "sid": {
      "type": "string"
    },
    "x5t": {
      "type": "string"
    },
    "cer": {
      "type": "string"
    },
    "contentType": {
      "type": "string"
    },
    "tags": {
      "type": "object"
    }
  }
}