Microsoft Purview · Schema

TimeBoundary

ComplianceData CatalogData ClassificationData GovernanceData Loss PreventionInformation Protection

Properties

Name Type Description
endTime string
startTime string
timeZone string
View JSON Schema on GitHub

JSON Schema

microsoft-purview-timeboundary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TimeBoundary",
  "title": "TimeBoundary",
  "type": "object",
  "properties": {
    "endTime": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    },
    "timeZone": {
      "type": "string"
    }
  }
}