Microsoft Purview · Schema

ClassificationResult

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
sensitiveTypeId string
confidenceLevel integer
count integer
View JSON Schema on GitHub

JSON Schema

microsoft-purview-classificationresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClassificationResult",
  "title": "ClassificationResult",
  "type": "object",
  "properties": {
    "sensitiveTypeId": {
      "type": "string"
    },
    "confidenceLevel": {
      "type": "integer",
      "format": "int32"
    },
    "count": {
      "type": "integer",
      "format": "int32"
    }
  }
}