malwareStateForWindowsDevice 资源类型
命名空间:microsoft.graph
重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
Windows 设备的恶意软件状态
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 唯一标识符。 这是设备 ID。 |
| deviceName | String | 设备名称 |
| executionState | windowsMalwareExecutionState | 恶意软件的执行状态,如阻止/执行等。可能的值是 unknown blocked allowed :、、、、。 running notRunning |
| threatState | windowsMalwareThreatState | 恶意软件的威胁状态,如已清理/隔离/允许等。可能的值是 active actionFailed manualStepsRequired :、、、、、、、、、、。 fullScanRequired rebootRequired remediatedWithNonCriticalFailures quarantined removed cleaned allowed noStatusCleared |
| initialDetectionDateTime | DateTimeOffset | 恶意软件的初始检测日期/时间 |
| lastStateChangeDateTime | DateTimeOffset | 上次更改此特定威胁的时间 |
| detectionCount | Int32 | 检测到恶意软件次数 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.malwareStateForWindowsDevice",
"id": "String (identifier)",
"deviceName": "String",
"executionState": "String",
"threatState": "String",
"initialDetectionDateTime": "String (timestamp)",
"lastStateChangeDateTime": "String (timestamp)",
"detectionCount": 1024
}
反馈
提交和查看相关反馈