Microsoft Graph · Schema

microsoft.graph.windowsInformationProtectionAppLearningSummary

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowsinformationprotectionapplearningsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.windowsInformationProtectionAppLearningSummary",
  "title": "microsoft.graph.windowsInformationProtectionAppLearningSummary",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "windowsInformationProtectionAppLearningSummary",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "applicationName": {
          "type": "string",
          "description": "Application Name",
          "nullable": true
        },
        "applicationType": {
          "$ref": "#/components/schemas/microsoft.graph.applicationType"
        },
        "deviceCount": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "Device Count",
          "format": "int32"
        },
        "@odata.type": {
          "type": "string"
        }
      },
      "description": "Windows Information Protection AppLearning Summary entity."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.windowsInformationProtectionAppLearningSummary"
}