Rate Limit Rule Response
data class RateLimitRuleResponse(val action: String, val enabledState: String? = null, val matchConditions: List<MatchConditionResponse>, val name: String, val priority: Int, val rateLimitDurationInMinutes: Int, val rateLimitThreshold: Int)
Defines a rate limiting rule that can be included in a waf policy
Constructors
Link copied to clipboard
fun RateLimitRuleResponse(action: String, enabledState: String? = null, matchConditions: List<MatchConditionResponse>, name: String, priority: Int, rateLimitDurationInMinutes: Int, rateLimitThreshold: Int)