windowsDeviceMalwareState リソースの種類

名前空間: microsoft.graph

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

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

マルウェア検出エンティティ。

メソッド

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

プロパティ

プロパティ 説明
id 文字列 一意の識別子。 これはマルウェア ID です。
displayName String マルウェア名
additionalInformationUrl String マルウェアの詳細を確認する情報 URL
severity windowsMalwareSeverity マルウェアの重大度。 可能な値は、unknownlowmoderatehighsevere です。
executionState windowsMalwareExecutionState ブロック/実行などのマルウェアの実行状態使用できる値は unknown blocked 、、、、 allowed running です notRunning
state windowsMalwareState クリーンアップ/検疫/許可などのマルウェアの現在の状態。使用できる値は unknown detected cleaned quarantined 、、、、、、、、 です removed allowed blocked cleanFailed quarantineFailed removeFailed allowFailed abandoned blockFailed
threatState windowsMalwareThreatState クリーンアップ/検疫/許可などのマルウェアの現在の状態。指定できる値は active actionFailed manualStepsRequired fullScanRequired 、、、、、、、、 rebootRequired remediatedWithNonCriticalFailures quarantined removed cleaned allowed です noStatusCleared
initialDetectionDateTime DateTimeOffset マルウェアの初期検出日時
lastStateChangeDateTime DateTimeOffset この特定の脅威が最後に変更された時刻
detectionCount Int32 マルウェアが検出された回数
category windowsMalwareCategory マルウェアのカテゴリ。 可能な値は invalid adware 、、 です spyware passwordStealer trojanDownloader worm backdoor remoteAccessTrojan trojan emailFlooder keylogger dialer monitoringSoftware browserModifier cookie browserPlugin aolExploit nuker securityDisabler jokeProgram hostileActiveXControl softwareBundler stealthNotifier settingsModifier toolBar remoteControlSoftware trojanFtp potentialUnwantedSoftware icqExploit trojanTelnet exploit filesharingProgram malwareCreationTool remote_Control_Software tool trojanDenialOfService trojanDropper trojanMassMailer trojanMonitoringSoftware trojanProxyServer virus known unknown spp behavior vulnerability policy enterpriseUnwantedSoftware ransom hipsRule

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.windowsDeviceMalwareState",
  "id": "String (identifier)",
  "displayName": "String",
  "additionalInformationUrl": "String",
  "severity": "String",
  "executionState": "String",
  "state": "String",
  "threatState": "String",
  "initialDetectionDateTime": "String (timestamp)",
  "lastStateChangeDateTime": "String (timestamp)",
  "detectionCount": 1024,
  "category": "String"
}