WebAclDataProtectionConfigDataProtectionField

data class WebAclDataProtectionConfigDataProtectionField(val fieldKeys: List<String>? = null, val fieldType: String)

Constructors

constructor(fieldKeys: List<String>? = null, fieldType: String)

Types

Link copied to clipboard
object Companion

Properties

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

Array of strings to specify the keys to protect for the specified field type. If you don't specify any key, then all keys for the field type are protected.

Link copied to clipboard

Specifies the web request component type to protect. Valid Values are SINGLE_HEADER, SINGLE_COOKIE, SINGLE_QUERY_ARGUMENT, QUERY_STRING, BODY.