hostReputationRule resource type

Namespace: microsoft.graph.security

Note

The Microsoft Graph API for Microsoft Defender Threat Intelligence requires an active Defender Threat Intelligence Portal license and API add-on license for the tenant.

Represents a rule that is used (in combination with other rules) to determine the reputation of a hostname or IP address. Each hostReputationRule only applies within the parent hostReputation.

Properties

Property Type Description
description String The description of the rule that gives more context.
relatedDetailsUrl String Link to a web page with details related to this rule.
name String The name of the rule.
severity microsoft.graph.security.hostReputationRuleSeverity Indicates the severity that this rule has against the reputation score. The possible values are: unknown, low, medium, high, unknownFutureValue.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

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