WebAclRequestInspectionAcfp

data class WebAclRequestInspectionAcfp(val addressFields: List<WebAclFieldIdentifier>? = null, val emailField: WebAclFieldIdentifier? = null, val passwordField: WebAclFieldIdentifier? = null, val payloadType: WebAclRequestInspectionAcfpPayloadType, val phoneNumberFields: List<WebAclFieldIdentifier>? = null, val usernameField: WebAclFieldIdentifier? = null)

Configures the inspection of sign-up requests

Constructors

Link copied to clipboard
fun WebAclRequestInspectionAcfp(addressFields: List<WebAclFieldIdentifier>? = null, emailField: WebAclFieldIdentifier? = null, passwordField: WebAclFieldIdentifier? = null, payloadType: WebAclRequestInspectionAcfpPayloadType, phoneNumberFields: List<WebAclFieldIdentifier>? = null, usernameField: WebAclFieldIdentifier? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard