Microsoft Azure · Schema

SecretItem

The secret item containing secret metadata.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
id string Secret identifier.
tags object
contentType string
managed boolean
View JSON Schema on GitHub

JSON Schema

azure-key-vault-secret-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SecretItem",
  "type": "object",
  "description": "The secret item containing secret metadata.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Secret identifier."
    },
    "tags": {
      "type": "object"
    },
    "contentType": {
      "type": "string"
    },
    "managed": {
      "type": "boolean"
    }
  }
}