SecurityPolicyRule constructor

SecurityPolicyRule({
  1. String? action,
  2. String? description,
  3. SecurityPolicyRuleHttpHeaderAction? headerAction,
  4. String? kind,
  5. SecurityPolicyRuleMatcher? match,
  6. SecurityPolicyRuleNetworkMatcher? networkMatch,
  7. SecurityPolicyRulePreconfiguredWafConfig? preconfiguredWafConfig,
  8. bool? preview,
  9. int? priority,
  10. SecurityPolicyRuleRateLimitOptions? rateLimitOptions,
  11. SecurityPolicyRuleRedirectOptions? redirectOptions,
})

Implementation

SecurityPolicyRule({
  this.action,
  this.description,
  this.headerAction,
  this.kind,
  this.match,
  this.networkMatch,
  this.preconfiguredWafConfig,
  this.preview,
  this.priority,
  this.rateLimitOptions,
  this.redirectOptions,
});