Microsoft Purview · Schema

MetadataRole

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
id string
name string
type string
properties object
View JSON Schema on GitHub

JSON Schema

microsoft-purview-metadatarole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MetadataRole",
  "title": "MetadataRole",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "properties": {
      "type": "object",
      "properties": {
        "provisioningState": {
          "type": "string"
        },
        "roleType": {
          "type": "string"
        },
        "friendlyName": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "cnfCondition": {
          "type": "array",
          "items": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/AttributeMatcher"
            }
          }
        }
      }
    }
  }
}