malwareStateForWindowsDevice リソースの種類
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
Windows デバイスのマルウェアの状態
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
malwareStateForWindowsDevices を一覧表示する | malwareStateForWindowsDevice コレクション | malwareStateForWindowsDevice オブジェクトのプロパティとリレーションシップを一覧表示します。 |
malwareStateForWindowsDevice を取得する | malwareStateForWindowsDevice | malwareStateForWindowsDevice オブジェクトのプロパティとリレーションシップを読み取ります。 |
malwareStateForWindowsDevice を作成する | malwareStateForWindowsDevice | 新しい malwareStateForWindowsDevice オブジェクトを 作成します。 |
malwareStateForWindowsDevice を削除する | None | malwareStateForWindowsDevice を削除します。 |
malwareStateForWindowsDevice を更新する | malwareStateForWindowsDevice | malwareStateForWindowsDevice オブジェクトのプロパティを更新します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | 文字列 | 一意の識別子。 これはデバイス ID です。 |
deviceName | 文字列 | デバイス名 |
executionState | windowsMalwareExecutionState | ブロック/実行などのマルウェアの実行状態。使用可能な値は、 unknown 、、 blocked 、 allowed 、 running です notRunning 。 |
threatState | windowsMalwareThreatState | クリーン/検疫/許可などのマルウェアの脅威の状態。使用可能な値は、active 、、、manualStepsRequired 、、fullScanRequired 、rebootRequired 、remediatedWithNonCriticalFailures 、 allowed quarantined noStatusCleared cleaned removed です。 actionFailed |
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
}