Microsoft Graph · Schema

windowsInformationProtectionResourceCollection

Windows Information Protection Resource Collection

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
displayName string Display name
resources array Collection of resources
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowsinformationprotectionresourcecollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.windowsInformationProtectionResourceCollection",
  "title": "windowsInformationProtectionResourceCollection",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "Display name"
    },
    "resources": {
      "type": "array",
      "items": {
        "type": "string",
        "nullable": true
      },
      "description": "Collection of resources"
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "Windows Information Protection Resource Collection"
}