Microsoft Graph · Schema

informationProtection

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
bitlocker object
threatAssessmentRequests array
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphinformationprotection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.informationProtection",
  "title": "informationProtection",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "bitlocker": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.bitlocker"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "x-ms-navigationProperty": true
    },
    "threatAssessmentRequests": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.threatAssessmentRequest"
      },
      "x-ms-navigationProperty": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}