windowsDeviceMalwareState リソースの種類

名前空間: microsoft.graph

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

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

メソッド

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

プロパティ

プロパティ 説明
id String 一意の識別子。 これはマルウェア ID です。
displayName String マルウェア名
additionalInformationUrl String マルウェアの詳細を確認するための情報 URL
severity windowsMalwareSeverity マルウェアの重大度。 可能な値は、unknownlowmoderatehighsevere です。
executionState windowsMalwareExecutionState ブロック/実行などのマルウェアの実行状態。使用可能な値は、 unknown、、 blockedallowedrunningです notRunning
state windowsMalwareState クリーン/検疫/許可などのマルウェアの現在の状態。使用可能な値は、unknowndetectedcleanedquarantinedremovedallowedblockedquarantineFailedblockFailedcleanFailedremoveFailedallowFailedabandonedです。
threatState windowsMalwareThreatState クリーン/検疫/許可などのマルウェアの現在の状態。指定できる値は、activeactionFailed、、fullScanRequiredmanualStepsRequiredrebootRequiredremediatedWithNonCriticalFailuresremovedallowedquarantinedcleanednoStatusClearedです。
initialDetectionDateTime DateTimeOffset マルウェアの初期検出日時
lastStateChangeDateTime DateTimeOffset この特定の脅威が最後に変更された時刻
detectionCount Int32 マルウェアが検出された回数
category windowsMalwareCategory マルウェアのカテゴリ。 使用できる値は、invalidpasswordStealerspywareadwaretrojanDownloaderwormbackdoortrojanMonitoringSoftwareremoteAccessTrojantrojanMassMailertrojantrojanProxyServeremailFloodertrojanDenialOfServicetoolremote_Control_SoftwaremalwareCreationToolfilesharingProgramexploitvirusaolExploitbrowserPlugincookiebrowserModifiernukermonitoringSoftwarekeyloggericqExploitpotentialUnwantedSoftwaretrojanTelnettrojanDropperremoteControlSoftwareenterpriseUnwantedSoftwaretoolBarhostileActiveXControljokeProgramsoftwareBundlersecurityDisablerstealthNotifierdialersettingsModifiertrojanFtpvulnerabilitybehaviorpolicyunknownsppknownransomhipsRuleです。

リレーションシップ

なし

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"
}