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.
Constructors
Link copied to clipboard
fun WebApplicationFirewallCustomRuleResponse(action: String, etag: String, groupByUserSession: List<GroupByUserSessionResponse>? = null, matchConditions: List<MatchConditionResponse>, name: String? = null, priority: Int, rateLimitDuration: String? = null, rateLimitThreshold: Int? = null, ruleType: String, state: String? = null)