Microsoft Graph · Schema

windowsMalwareExecutionState

Malware execution status

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowsmalwareexecutionstate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.windowsMalwareExecutionState",
  "title": "windowsMalwareExecutionState",
  "enum": [
    "unknown",
    "blocked",
    "allowed",
    "running",
    "notRunning"
  ],
  "type": "string",
  "description": "Malware execution status",
  "x-ms-enum": {
    "name": "windowsMalwareExecutionState",
    "modelAsString": false,
    "values": [
      {
        "value": "unknown",
        "description": "Unknown",
        "name": "unknown"
      },
      {
        "value": "blocked",
        "description": "Blocked",
        "name": "blocked"
      },
      {
        "value": "allowed",
        "description": "Allowed",
        "name": "allowed"
      },
      {
        "value": "running",
        "description": "Running",
        "name": "running"
      },
      {
        "value": "notRunning",
        "description": "Not running",
        "name": "notRunning"
      }
    ]
  }
}