Malware execution status
{ "$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" } ] } }