FirewallPolicyManagedRuleOverrideRule

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

Constructors

Link copied to clipboard
constructor(action: String, enabled: Boolean? = null, exclusions: List<FirewallPolicyManagedRuleOverrideRuleExclusion>? = null, ruleId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to be applied when the rule matches. Possible values are Allow, Block, Log, or Redirect.

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.