addressFields

@JvmName(name = "xdkbcktoarrriwkh")
suspend fun addressFields(value: Output<List<WebAclFieldIdentifierArgs>>)
@JvmName(name = "ucigvrcbiackboqq")
suspend fun addressFields(value: List<WebAclFieldIdentifierArgs>?)

Parameters

value

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.

  • For JSON payloads, specify the field identifiers in JSON pointer syntax. For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer . For example, for the JSON payload { "form": { "primaryaddressline1": "THE_ADDRESS1", "primaryaddressline2": "THE_ADDRESS2", "primaryaddressline3": "THE_ADDRESS3" } } , the address field idenfiers are /form/primaryaddressline1 , /form/primaryaddressline2 , and /form/primaryaddressline3 .

  • For form encoded payload types, use the HTML form names. For example, for an HTML form with input elements named primaryaddressline1 , primaryaddressline2 , and primaryaddressline3 , the address fields identifiers are primaryaddressline1 , primaryaddressline2 , and primaryaddressline3 .


@JvmName(name = "dvuymentxhmaxbmx")
suspend fun addressFields(vararg values: Output<WebAclFieldIdentifierArgs>)


@JvmName(name = "inwivixhckhnhtik")
suspend fun addressFields(values: List<Output<WebAclFieldIdentifierArgs>>)
@JvmName(name = "bcalsodqulofdsmu")
suspend fun addressFields(vararg values: WebAclFieldIdentifierArgs)

Parameters

values

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.

  • For JSON payloads, specify the field identifiers in JSON pointer syntax. For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer . For example, for the JSON payload { "form": { "primaryaddressline1": "THE_ADDRESS1", "primaryaddressline2": "THE_ADDRESS2", "primaryaddressline3": "THE_ADDRESS3" } } , the address field idenfiers are /form/primaryaddressline1 , /form/primaryaddressline2 , and /form/primaryaddressline3 .

  • For form encoded payload types, use the HTML form names. For example, for an HTML form with input elements named primaryaddressline1 , primaryaddressline2 , and primaryaddressline3 , the address fields identifiers are primaryaddressline1 , primaryaddressline2 , and primaryaddressline3 .


@JvmName(name = "skuykuyrewbddvwa")
suspend fun addressFields(argument: List<suspend WebAclFieldIdentifierArgsBuilder.() -> Unit>)
@JvmName(name = "cytltoqrodvllwit")
suspend fun addressFields(vararg argument: suspend WebAclFieldIdentifierArgsBuilder.() -> Unit)
@JvmName(name = "gassfqxuktljllwf")
suspend fun addressFields(argument: suspend WebAclFieldIdentifierArgsBuilder.() -> Unit)

Parameters

argument

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.

  • For JSON payloads, specify the field identifiers in JSON pointer syntax. For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer . For example, for the JSON payload { "form": { "primaryaddressline1": "THE_ADDRESS1", "primaryaddressline2": "THE_ADDRESS2", "primaryaddressline3": "THE_ADDRESS3" } } , the address field idenfiers are /form/primaryaddressline1 , /form/primaryaddressline2 , and /form/primaryaddressline3 .

  • For form encoded payload types, use the HTML form names. For example, for an HTML form with input elements named primaryaddressline1 , primaryaddressline2 , and primaryaddressline3 , the address fields identifiers are primaryaddressline1 , primaryaddressline2 , and primaryaddressline3 .