malwareStateForWindowsDevice リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

Windows デバイスのマルウェア状態

メソッド

メソッド 戻り値の型 説明
マルウェアのリストStateForWindowsDevices malwareStateForWindowsDevice コレクション malwareStateForWindowsDevice オブジェクトのプロパティとリレーションシップを一覧表示します。
マルウェアを取得するStateForWindowsDevice malwareStateForWindowsDevice malwareStateForWindowsDevice オブジェクトのプロパティとリレーションシップを読み取る。
マルウェアの作成StateForWindowsDevice malwareStateForWindowsDevice 新しい malwareStateForWindowsDevice オブジェクトを作成 します。
MalwareStateForWindowsDevice の削除 なし マルウェア StateForWindowsDevice を削除します
マルウェアの更新StateForWindowsDevice malwareStateForWindowsDevice malwareStateForWindowsDevice オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
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
}