Custom Rule Response
data class CustomRuleResponse(val action: String, val enabledState: String? = null, val matchConditions: List<MatchConditionResponse>, val name: String, val priority: Int)
Defines the common attributes for a custom rule that can be included in a waf policy
Constructors
Link copied to clipboard
fun CustomRuleResponse(action: String, enabledState: String? = null, matchConditions: List<MatchConditionResponse>, name: String, priority: Int)