WebAclFieldToProtect

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

Field in log to protect.

Constructors

Link copied to clipboard
constructor(fieldKeys: List<String>? = null, fieldType: WebAclFieldToProtectFieldType)

Types

Link copied to clipboard
object Companion

Properties

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

List of field keys to protect

Link copied to clipboard

Field type to protect