SecurityPolicyRulePreconfiguredWafConfigExclusion constructor

SecurityPolicyRulePreconfiguredWafConfigExclusion({
  1. List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>? requestCookiesToExclude,
  2. List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>? requestHeadersToExclude,
  3. List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>? requestQueryParamsToExclude,
  4. List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>? requestUrisToExclude,
  5. List<String>? targetRuleIds,
  6. String? targetRuleSet,
})

Implementation

SecurityPolicyRulePreconfiguredWafConfigExclusion({
  this.requestCookiesToExclude,
  this.requestHeadersToExclude,
  this.requestQueryParamsToExclude,
  this.requestUrisToExclude,
  this.targetRuleIds,
  this.targetRuleSet,
});