DataProtection

Specifies the protection behavior for a field type. 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 how to protect the field. WAF can apply a one-way hash to the field or hard code a string substitution.

Link copied to clipboard

Specifies whether to also exclude any rate-based rule details from the data protection you have enabled for a given field. If you specify this exception, RateBasedDetails will show the value of the field. For additional information, see the log field rateBasedRuleList at Log fields for web ACL traffic in the WAF Developer Guide.

Link copied to clipboard

Specifies whether to also exclude any rule match details from the data protection you have enabled for a given field. WAF logs these details for non-terminating matching rules and for the terminating matching rule. For additional information, see Log fields for web ACL traffic in the WAF Developer Guide.

Link copied to clipboard

Specifies the field type and optional keys to apply the protection behavior to.

Functions

Link copied to clipboard
inline fun copy(block: DataProtection.Builder.() -> Unit = {}): DataProtection
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