FieldToProtect

Specifies a field type and keys to protect in stored web request data. This is part of the data protection configuration for a web ACL.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies 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.

Functions

Link copied to clipboard
inline fun copy(block: FieldToProtect.Builder.() -> Unit = {}): FieldToProtect
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String