GetWafRulesFilter

data class GetWafRulesFilter(val description: String? = null, val groupId: String? = null, val mode: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, groupId: String? = null, mode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A regular expression matching the description of the WAF Rules to lookup.

Link copied to clipboard
val groupId: String? = null

The ID of the WAF Rule Group in which the WAF Rules to lookup have to be.

Link copied to clipboard
val mode: String? = null

Mode of the WAF Rules to lookup. Valid values: one of "block", "challenge", "default", "disable", "simulate" or "on", "off" depending on the WAF Rule type.