Azure Key Vault · Schema

KeyUpdateParameters

The key update parameters.

CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

Properties

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

JSON Schema

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