Microsoft Graph · Schema

windowsMalwareOverview

Windows device malware overview.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
malwareCategorySummary array List of device counts per malware category
malwareDetectedDeviceCount number Count of devices with malware detected in the last 30 days
malwareExecutionStateSummary array List of device counts per malware execution state
malwareNameSummary array List of device counts per malware
malwareSeveritySummary array List of active malware counts per malware severity
malwareStateSummary array List of device counts per malware state
osVersionsSummary array List of device counts with malware per windows OS version
totalDistinctMalwareCount number Count of all distinct malwares detected across all devices. Valid values -2147483648 to 2147483647
totalMalwareCount number Count of all malware detections across all devices. Valid values -2147483648 to 2147483647
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowsmalwareoverview-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.windowsMalwareOverview",
  "title": "windowsMalwareOverview",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "malwareCategorySummary": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.windowsMalwareCategoryCount"
      },
      "description": "List of device counts per malware category"
    },
    "malwareDetectedDeviceCount": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "Count of devices with malware detected in the last 30 days",
      "format": "int32"
    },
    "malwareExecutionStateSummary": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.windowsMalwareExecutionStateCount"
      },
      "description": "List of device counts per malware execution state"
    },
    "malwareNameSummary": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.windowsMalwareNameCount"
      },
      "description": "List of device counts per malware"
    },
    "malwareSeveritySummary": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.windowsMalwareSeverityCount"
      },
      "description": "List of active malware counts per malware severity"
    },
    "malwareStateSummary": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.windowsMalwareStateCount"
      },
      "description": "List of device counts per malware state"
    },
    "osVersionsSummary": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.osVersionCount"
      },
      "description": "List of device counts with malware per windows OS version"
    },
    "totalDistinctMalwareCount": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "Count of all distinct malwares detected across all devices. Valid values -2147483648 to 2147483647",
      "format": "int32"
    },
    "totalMalwareCount": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "number",
      "description": "Count of all malware detections across all devices. Valid values -2147483648 to 2147483647",
      "format": "int32"
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "Windows device malware overview."
}