Azure Key Vault · Schema

CertificateUpdateParameters

The certificate update parameters.

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

Properties

Name Type Description
tags object Application specific metadata in the form of key-value pairs.
View JSON Schema on GitHub

JSON Schema

azure-key-vault-data-plane-certificate-update-parameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CertificateUpdateParameters",
  "type": "object",
  "description": "The certificate update parameters.",
  "properties": {
    "tags": {
      "type": "object",
      "description": "Application specific metadata in the form of key-value pairs."
    }
  }
}