Frontdoor Firewall Policy Managed Rule Override Rule
data class FrontdoorFirewallPolicyManagedRuleOverrideRule(val action: String, val enabled: Boolean? = null, val exclusions: List<FrontdoorFirewallPolicyManagedRuleOverrideRuleExclusion>? = null, val ruleId: String)
Constructors
Link copied to clipboard
constructor(action: String, enabled: Boolean? = null, exclusions: List<FrontdoorFirewallPolicyManagedRuleOverrideRuleExclusion>? = null, ruleId: String)
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 DefaultRuleSet 1.1
and below are Allow
, Log
, Block
, or Redirect
. Possible values for DefaultRuleSet 2.0
and above are Log
or AnomalyScoring
. Possible values for Microsoft_BotManagerRuleSet
are Allow
, Log
, Block
, Redirect
, or JSChallenge
.
Link copied to clipboard
One or more exclusion
blocks as defined below.