GetWafPackagesPackage

data class GetWafPackagesPackage(val actionMode: String? = null, val description: String? = null, val detectionMode: String? = null, val id: String? = null, val name: String? = null, val sensitivity: String? = null)

Constructors

Link copied to clipboard
constructor(actionMode: String? = null, description: String? = null, detectionMode: String? = null, id: String? = null, name: String? = null, sensitivity: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actionMode: String? = null

Action mode of the WAF Rule Packages to lookup. Valid values: simulate, block and challenge.

Link copied to clipboard
val description: String? = null

The WAF Rule Package description

Link copied to clipboard
val detectionMode: String? = null

Detection mode of the WAF Rule Packages to lookup.

Link copied to clipboard
val id: String? = null

The WAF Rule Package ID

Link copied to clipboard
val name: String? = null

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

Link copied to clipboard
val sensitivity: String? = null

Sensitivity of the WAF Rule Packages to lookup. Valid values: high, medium, low and off.