windowsMalwareStateCount resource type

Namespace: microsoft.graph

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

Windows Malware State Summary.

Properties

Property Type Description
state windowsMalwareThreatState Malware Threat State. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. Defaults to noStatusCleared. Computed. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared.
deviceCount Int32 Count of devices with malware detections for this malware State
malwareDetectionCount Int32 Count of total malware detections for this malware State. Valid values -2147483648 to 2147483647
distinctMalwareCount Int32 Count of distinct malwares for this malware State. Valid values -2147483648 to 2147483647
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.windowsMalwareStateCount",
  "state": "String",
  "deviceCount": 1024,
  "malwareDetectionCount": 1024,
  "distinctMalwareCount": 1024,
  "lastUpdateDateTime": "String (timestamp)"
}