Microsoft Graph · Schema

userExperienceAnalyticsWindows10DevicesSummary

The user experience analytics work from anywhere Windows 10 devices summary.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
unsupportedOSversionDeviceCount number The count of Windows 10 devices that have unsupported OS versions. Read-only.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphuserexperienceanalyticswindows10devicessummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.userExperienceAnalyticsWindows10DevicesSummary",
  "title": "userExperienceAnalyticsWindows10DevicesSummary",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "unsupportedOSversionDeviceCount": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "The count of Windows 10 devices that have unsupported OS versions. Read-only.",
      "format": "int32"
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "The user experience analytics work from anywhere Windows 10 devices summary."
}