Azure Key Vault · JSON Structure

Azure Key Vault Data Plane X509 Certificate Properties Structure

Type: object Properties: 4
CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

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

Properties

subject ekus key_usage validity_months

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "X509CertificateProperties",
  "type": "object",
  "properties": {
    "subject": {
      "type": "string"
    },
    "ekus": {
      "type": "array"
    },
    "key_usage": {
      "type": "array"
    },
    "validity_months": {
      "type": "integer"
    }
  }
}