Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.15 KB

intune-devices-windowsmalwarenamecount.md

File metadata and controls

44 lines (37 loc) · 1.15 KB
title description author localization_priority ms.subservice doc_type
windowsMalwareNameCount resource type
Malware name device count
jaiprakashmb
Normal
intune
resourcePageType

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)"
}