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
}
フィードバック
フィードバックの送信と表示