windowsMalwareState enum type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Malware current status
Members
Member | Value | Description |
---|---|---|
unknown | 0 | Unknown |
detected | 1 | Detected |
cleaned | 2 | Cleaned |
quarantined | 3 | Quarantined |
removed | 4 | Removed |
allowed | 5 | Allowed |
blocked | 6 | Blocked |
cleanFailed | 102 | Clean failed |
quarantineFailed | 103 | Quarantine failed |
removeFailed | 104 | Remove failed |
allowFailed | 105 | Allow failed |
abandoned | 106 | Abandoned |
blockFailed | 107 | Block failed |