Microsoft Azure · JSON Structure

Azure Key Vault Secret Bundle Structure

Type: object Properties: 6
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

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

Properties

value id contentType tags kid managed

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SecretBundle",
  "type": "object",
  "properties": {
    "value": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "contentType": {
      "type": "string"
    },
    "tags": {
      "type": "object"
    },
    "kid": {
      "type": "string"
    },
    "managed": {
      "type": "boolean"
    }
  }
}