WebAclRequestInspectionAcfpArgs

data class WebAclRequestInspectionAcfpArgs(val addressFields: Output<List<WebAclFieldIdentifierArgs>>? = null, val emailField: Output<WebAclFieldIdentifierArgs>? = null, val passwordField: Output<WebAclFieldIdentifierArgs>? = null, val payloadType: Output<WebAclRequestInspectionAcfpPayloadType>, val phoneNumberFields: Output<List<WebAclFieldIdentifierArgs>>? = null, val usernameField: Output<WebAclFieldIdentifierArgs>? = null) : ConvertibleToJava<WebAclRequestInspectionAcfpArgs>

Configures the inspection of sign-up requests

Constructors

Link copied to clipboard
constructor(addressFields: Output<List<WebAclFieldIdentifierArgs>>? = null, emailField: Output<WebAclFieldIdentifierArgs>? = null, passwordField: Output<WebAclFieldIdentifierArgs>? = null, payloadType: Output<WebAclRequestInspectionAcfpPayloadType>, phoneNumberFields: Output<List<WebAclFieldIdentifierArgs>>? = null, usernameField: Output<WebAclFieldIdentifierArgs>? = null)

Properties

Link copied to clipboard

The names of the fields in the request payload that contain your customer's primary physical address. Order the address fields in the array exactly as they are ordered in the request payload. How you specify the address fields depends on the request inspection payload type.

Link copied to clipboard

The name of the field in the request payload that contains your customer's email. How you specify this depends on the request inspection payload type.

Link copied to clipboard

The name of the field in the request payload that contains your customer's password. How you specify this depends on the request inspection payload type.

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. Order the phone number fields in the array exactly as they are ordered in the request payload. How you specify the phone number fields depends on the request inspection payload type.

Link copied to clipboard

The name of the field in the request payload that contains your customer's username. How you specify this depends on the request inspection payload type.

Functions

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