FrontdoorFirewallPolicyManagedRuleOverrideExclusion

data class FrontdoorFirewallPolicyManagedRuleOverrideExclusion(val matchVariable: String, val operator: String, val selector: String)

Constructors

constructor(matchVariable: String, operator: String, selector: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The variable type to be excluded. Possible values are QueryStringArgNames, RequestBodyPostArgNames, RequestCookieNames, RequestHeaderNames, RequestBodyJsonArgNames

Link copied to clipboard

Comparison operator to apply to the selector when specifying which elements in the collection this exclusion applies to. Possible values are: Equals, Contains, StartsWith, EndsWith, or EqualsAny.

Link copied to clipboard

Selector for the value in the match_variable attribute this exclusion applies to.