Custom Rule Response
data class CustomRuleResponse(val action: String, val enabledState: String? = null, val matchConditions: List<FrontDoorMatchConditionResponse>, val name: String? = null, val priority: Int, val rateLimitDurationInMinutes: Int? = null, val rateLimitThreshold: Int? = null, val ruleType: String)
Defines contents of a web application rule
Constructors
Link copied to clipboard
fun CustomRuleResponse(action: String, enabledState: String? = null, matchConditions: List<FrontDoorMatchConditionResponse>, name: String? = null, priority: Int, rateLimitDurationInMinutes: Int? = null, rateLimitThreshold: Int? = null, ruleType: String)