osVersionCount resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Count of devices with malware for each OS version

Properties

Property Type Description
osVersion String OS version
deviceCount Int32 Count of devices with malware for the OS version
lastUpdateDateTime DateTimeOffset The Timestamp of the last update for the device count in UTC

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.osVersionCount",
  "osVersion": "String",
  "deviceCount": 1024,
  "lastUpdateDateTime": "String (timestamp)"
}