windowsMalwareSeverityCount resource type

Namespace: microsoft.graph

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

Windows Malware Severity Count Summary

Properties

Property Type Description
severity windowsMalwareSeverity Malware Threat Severity. computed. Possible values are: unknown, low, moderate, high, severe. Possible values are: unknown, low, moderate, high, severe.
malwareDetectionCount Int32 Count of threats detections for this malware severity. 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 WindowsMalwareSeverityCount in UTC

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsMalwareSeverityCount",
  "severity": "String",
  "malwareDetectionCount": 1024,
  "distinctMalwareCount": 1024,
  "lastUpdateDateTime": "String (timestamp)"
}