GetWafGroupsFilter

data class GetWafGroupsFilter(val mode: String? = null, val name: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: String? = null

Mode of the WAF Rule Groups to lookup. Valid values: on and off.

Link copied to clipboard
val name: String? = null

A regular expression matching the name of the WAF Rule Groups to lookup.