GetWafGroupsGroup

data class GetWafGroupsGroup(val description: String? = null, val id: String? = null, val mode: String? = null, val modifiedRulesCount: Int? = null, val name: String? = null, val packageId: String? = null, val rulesCount: Int? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, id: String? = null, mode: String? = null, modifiedRulesCount: Int? = null, name: String? = null, packageId: String? = null, rulesCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The WAF Rule Group description

Link copied to clipboard
val id: String? = null

The WAF Rule Group ID

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 modifiedRulesCount: Int? = null

The number of modified rules in the WAF Rule Group

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard
val packageId: String? = null

The ID of the WAF Rule Package in which to search for the WAF Rule Groups.

Link copied to clipboard
val rulesCount: Int? = null

The number of rules in the WAF Rule Group