Microsoft Graph · Schema

windowsMalwareSeverity

Malware severity

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowsmalwareseverity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.windowsMalwareSeverity",
  "title": "windowsMalwareSeverity",
  "enum": [
    "unknown",
    "low",
    "moderate",
    "high",
    "severe"
  ],
  "type": "string",
  "description": "Malware severity",
  "x-ms-enum": {
    "name": "windowsMalwareSeverity",
    "modelAsString": false,
    "values": [
      {
        "value": "unknown",
        "description": "Unknown",
        "name": "unknown"
      },
      {
        "value": "low",
        "description": "Low",
        "name": "low"
      },
      {
        "value": "moderate",
        "description": "Moderate",
        "name": "moderate"
      },
      {
        "value": "high",
        "description": "High",
        "name": "high"
      },
      {
        "value": "severe",
        "description": "Severe",
        "name": "severe"
      }
    ]
  }
}