hostReputationRule リソースの種類

名前空間: microsoft.graph.security

注:

Microsoft Graph API for Microsoft Defender Threat Intelligence には、テナントの アクティブな Defender 脅威インテリジェンス ポータル ライセンスと API アドオン ライセンス が必要です。

ホスト名または IP アドレスの評判を判断するために (他のルールと組み合わせて) 使用されるルールを表します。 各 hostReputationRule は、親 hostReputation 内でのみ適用されます。

プロパティ

プロパティ 説明
description String より多くのコンテキストを提供するルールの説明。
relatedDetailsUrl String このルールに関連する詳細を含む Web ページにリンクします。
name String ルールの名前です。
severity microsoft.graph.security.hostReputationRuleSeverity このルールが評判スコアに対して持つ重大度を示します。 使用可能な値: unknownlowmediumhighunknownFutureValue

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.security.hostReputationRule",
  "description": "String",
  "name": "String",
  "relatedDetailsUrl": "String",
  "severity": "String"
}