SecurityPolicyRulePreconfiguredWafConfigExclusion class
Constructors
-
SecurityPolicyRulePreconfiguredWafConfigExclusion({List<
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> ? requestCookiesToExclude, List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> ? requestHeadersToExclude, List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> ? requestQueryParamsToExclude, List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> ? requestUrisToExclude, List<String> ? targetRuleIds, String? targetRuleSet}) - SecurityPolicyRulePreconfiguredWafConfigExclusion.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
requestCookiesToExclude
↔ List<
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> ? -
A list of request cookie names whose value will be excluded from
inspection during preconfigured WAF evaluation.
getter/setter pair
-
requestHeadersToExclude
↔ List<
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> ? -
A list of request header names whose value will be excluded from
inspection during preconfigured WAF evaluation.
getter/setter pair
-
requestQueryParamsToExclude
↔ List<
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> ? -
A list of request query parameter names whose value will be excluded from
inspection during preconfigured WAF evaluation.
getter/setter pair
-
requestUrisToExclude
↔ List<
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> ? -
A list of request URIs from the request line to be excluded from
inspection during preconfigured WAF evaluation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
targetRuleIds
↔ List<
String> ? -
A list of target rule IDs under the WAF rule set to apply the
preconfigured WAF exclusion.
getter/setter pair
- targetRuleSet ↔ String?
-
Target WAF rule set to apply the preconfigured WAF exclusion.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited