Azure Key Vault · JSON Structure

Azure Key Vault Data Plane Secret Update Parameters Structure

Type: object Properties: 2
CertificatesCloud SecurityCryptographyKey ManagementSecrets ManagementSecurity

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

Properties

contentType tags

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SecretUpdateParameters",
  "type": "object",
  "properties": {
    "contentType": {
      "type": "string"
    },
    "tags": {
      "type": "object"
    }
  }
}