windowsMalwareExecutionStateCount resource type

Namespace: microsoft.graph

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

Windows malware execution state summary.

Properties

Property Type Description
executionState windowsMalwareExecutionState Malware execution state. Possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unkonwn. Computed. Possible values are: unknown, blocked, allowed, running, notRunning.
deviceCount Int32 Count of devices with malware detections for this malware execution state
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.windowsMalwareExecutionStateCount",
  "executionState": "String",
  "deviceCount": 1024,
  "lastUpdateDateTime": "String (timestamp)"
}