GetWafPackagesFilter

data class GetWafPackagesFilter(val actionMode: String? = null, val detectionMode: String? = null, val name: String? = null, val sensitivity: String? = null) : ConvertibleToJava<GetWafPackagesFilter>

Constructors

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

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

Detection mode of the WAF Rule Packages to lookup.

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.

Functions

Link copied to clipboard
open override fun toJava(): GetWafPackagesFilter