Azure Key Vault · Schema

CertificatePolicy

Management policy for a certificate.

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

Properties

Name Type Description
id string The certificate id.
lifetime_actions array Actions that will be performed by Key Vault over the lifetime of a certificate.
View JSON Schema on GitHub

JSON Schema

azure-key-vault-data-plane-certificate-policy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CertificatePolicy",
  "type": "object",
  "description": "Management policy for a certificate.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The certificate id."
    },
    "lifetime_actions": {
      "type": "array",
      "description": "Actions that will be performed by Key Vault over the lifetime of a certificate."
    }
  }
}