Web Acl Request Inspection Acfp Args
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
fun WebAclRequestInspectionAcfpArgs(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)