windowsMalwareNameCount resource type

Namespace: microsoft.graph

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

Malware name device count

Properties

Property Type Description
malwareIdentifier String The unique identifier. This is malware identifier
name String Malware name
deviceCount Int32 Count of devices with malware dectected for this malware
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.windowsMalwareNameCount",
  "malwareIdentifier": "String",
  "name": "String",
  "deviceCount": 1024,
  "lastUpdateDateTime": "String (timestamp)"
}