Microsoft Azure · JSON Structure

Azure Key Vault Certificate Policy Structure

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

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

Properties

id key_props secret_props x509_props issuer lifetime_actions

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CertificatePolicy",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "key_props": {
      "type": "object"
    },
    "secret_props": {
      "type": "object"
    },
    "x509_props": {
      "type": "object"
    },
    "issuer": {
      "type": "object"
    },
    "lifetime_actions": {
      "type": "array"
    }
  }
}