windowsMalwareInformation リソースの種類

名前空間: microsoft.graph

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

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

マルウェア情報エンティティ。

メソッド

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

プロパティ

プロパティ 説明
id String 一意の識別子。 これはマルウェア ID です。
displayName String マルウェア名
additionalInformationUrl String マルウェアの詳細を確認する情報 URL
severity windowsMalwareSeverity マルウェアの重大度。 可能な値は、unknownlowmoderatehighsevere です。
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
lastDetectionDateTime DateTimeOffset マルウェアが最後に検出された時刻

リレーションシップ

リレーションシップ 説明
deviceMalwareStates malwareStateForWindowsDevice コレクション 各デバイスのマルウェア状態を持つ現在のマルウェアの影響を受けるデバイスの一覧

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.windowsMalwareInformation",
  "id": "String (identifier)",
  "displayName": "String",
  "additionalInformationUrl": "String",
  "severity": "String",
  "category": "String",
  "lastDetectionDateTime": "String (timestamp)"
}