Policy Managed Rules Exclusion
data class PolicyManagedRulesExclusion(val excludedRuleSet: PolicyManagedRulesExclusionExcludedRuleSet? = null, val matchVariable: String, val selector: String, val selectorMatchOperator: String)
Constructors
Link copied to clipboard
constructor(excludedRuleSet: PolicyManagedRulesExclusionExcludedRuleSet? = null, matchVariable: String, selector: String, selectorMatchOperator: String)
Properties
Link copied to clipboard
One or more excluded_rule_set block defined below.
Link copied to clipboard
The name of the Match Variable. Possible values: RequestArgKeys, RequestArgNames, RequestArgValues, RequestCookieKeys, RequestCookieNames, RequestCookieValues, RequestHeaderKeys, RequestHeaderNames, RequestHeaderValues.
Link copied to clipboard
Describes operator to be matched. Possible values: Contains, EndsWith, Equals, EqualsAny, StartsWith.