RequestInspectionAcfp

The criteria for inspecting account creation requests, used by the ACFP rule group to validate and track account creation attempts.

This is part of the AWSManagedRulesACFPRuleSet configuration in ManagedRuleGroupConfig.

In these settings, you specify how your application accepts account creation attempts by providing the request payload type and the names of the fields within the request body where the username, password, email, and primary address and phone number fields are provided.

Types

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

Properties

Link copied to clipboard

The names of the fields in the request payload that contain your customer's primary physical address.

Link copied to clipboard

The name of the field in the request payload that contains your customer's email.

Link copied to clipboard

The name of the field in the request payload that contains your customer's password.

Link copied to clipboard

The payload type for your account creation endpoint, either JSON or form encoded.

Link copied to clipboard

The names of the fields in the request payload that contain your customer's primary phone number.

Link copied to clipboard

The name of the field in the request payload that contains your customer's username.

Functions

Link copied to clipboard
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