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