Web Application Firewall Custom Rule Response
data class WebApplicationFirewallCustomRuleResponse(val action: String, val etag: String, val groupByUserSession: List<GroupByUserSessionResponse>? = null, val matchConditions: List<MatchConditionResponse>, val name: String? = null, val priority: Int, val rateLimitDuration: String? = null, val rateLimitThreshold: Int? = null, val ruleType: String, val state: String? = null)
Defines contents of a web application rule.
Properties
Link copied to clipboard
List of user session identifier group by clauses.
Link copied to clipboard
List of match conditions.
Link copied to clipboard
Duration over which Rate Limit policy will be applied. Applies only when ruleType is RateLimitRule.
Link copied to clipboard
Rate Limit threshold to apply in case ruleType is RateLimitRule. Must be greater than or equal to 1