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
Properties
Link copied to clipboard
Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
Link copied to clipboard
List of match conditions.
Link copied to clipboard
Defines rate limit duration. Default is 1 minute.
Link copied to clipboard
Defines rate limit threshold.