Microsoft Graph · Schema

microsoft.graph.windowsInformationProtectionNetworkLearningSummary

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

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