WebAclDataProtectionConfigDataProtectionFieldArgs

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

Constructors

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

Properties

Link copied to clipboard
val fieldKeys: Output<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
val fieldType: Output<String>

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

Functions

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