GetWafRulesRule

data class GetWafRulesRule(val allowedModes: List<String>? = null, val defaultMode: String? = null, val description: String? = null, val groupId: String? = null, val groupName: String? = null, val id: String? = null, val mode: String? = null, val packageId: String? = null, val priority: String? = null)

Constructors

Link copied to clipboard
constructor(allowedModes: List<String>? = null, defaultMode: String? = null, description: String? = null, groupId: String? = null, groupName: String? = null, id: String? = null, mode: String? = null, packageId: String? = null, priority: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowedModes: List<String>? = null

The list of allowed mode values for the WAF Rule

Link copied to clipboard
val defaultMode: String? = null

The default mode value for the WAF Rule

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 groupName: String? = null

The Name of the WAF Rule Group that contains the WAF Rule

Link copied to clipboard
val id: String? = null

The WAF Rule ID

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.

Link copied to clipboard
val packageId: String? = null

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

Link copied to clipboard
val priority: String? = null

The WAF Rule priority