SecurityPolicyRule constructor
SecurityPolicyRule({
- String? action,
- String? description,
- SecurityPolicyRuleHttpHeaderAction? headerAction,
- String? kind,
- SecurityPolicyRuleMatcher? match,
- SecurityPolicyRuleNetworkMatcher? networkMatch,
- SecurityPolicyRulePreconfiguredWafConfig? preconfiguredWafConfig,
- bool? preview,
- int? priority,
- SecurityPolicyRuleRateLimitOptions? rateLimitOptions,
- 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,
});