FrontdoorFirewallPolicyManagedRuleOverrideRule

data class FrontdoorFirewallPolicyManagedRuleOverrideRule(val action: String, val enabled: Boolean? = null, val exclusions: List<FrontdoorFirewallPolicyManagedRuleOverrideRuleExclusion>? = null, val ruleId: String)

Constructors

constructor(action: String, enabled: Boolean? = null, exclusions: List<FrontdoorFirewallPolicyManagedRuleOverrideRuleExclusion>? = null, ruleId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to be applied when the managed rule matches or when the anomaly score is 5 or greater. Possible values for DRS 1.1 and below are Allow, Log, Block, and Redirect. For DRS 2.0 and above the possible values are Log or AnomalyScoring. ->NOTE: Please see the DRS product documentation for more information.

Link copied to clipboard
val enabled: Boolean? = null

Is the managed rule override enabled or disabled. Defaults to false

Link copied to clipboard

One or more exclusion blocks as defined below.

Link copied to clipboard

Identifier for the managed rule.