phoneNumberFields

@JvmName(name = "sbahlswmpeboxrhx")
suspend fun phoneNumberFields(value: Output<List<WebAclFieldIdentifierArgs>>)
@JvmName(name = "tkkmcvivpucvbchg")
suspend fun phoneNumberFields(value: List<WebAclFieldIdentifierArgs>?)

Parameters

value

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.

  • 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": { "primaryphoneline1": "THE_PHONE1", "primaryphoneline2": "THE_PHONE2", "primaryphoneline3": "THE_PHONE3" } } , the phone number field identifiers are /form/primaryphoneline1 , /form/primaryphoneline2 , and /form/primaryphoneline3 .

  • For form encoded payload types, use the HTML form names. For example, for an HTML form with input elements named primaryphoneline1 , primaryphoneline2 , and primaryphoneline3 , the phone number field identifiers are primaryphoneline1 , primaryphoneline2 , and primaryphoneline3 .


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


@JvmName(name = "dbhubydwxqincrsc")
suspend fun phoneNumberFields(values: List<Output<WebAclFieldIdentifierArgs>>)
@JvmName(name = "hedbxivesdidupnc")
suspend fun phoneNumberFields(vararg values: WebAclFieldIdentifierArgs)

Parameters

values

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.

  • 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": { "primaryphoneline1": "THE_PHONE1", "primaryphoneline2": "THE_PHONE2", "primaryphoneline3": "THE_PHONE3" } } , the phone number field identifiers are /form/primaryphoneline1 , /form/primaryphoneline2 , and /form/primaryphoneline3 .

  • For form encoded payload types, use the HTML form names. For example, for an HTML form with input elements named primaryphoneline1 , primaryphoneline2 , and primaryphoneline3 , the phone number field identifiers are primaryphoneline1 , primaryphoneline2 , and primaryphoneline3 .


@JvmName(name = "atwxsexussaxabde")
suspend fun phoneNumberFields(argument: List<suspend WebAclFieldIdentifierArgsBuilder.() -> Unit>)
@JvmName(name = "dbfspeumwlfkyvog")
suspend fun phoneNumberFields(vararg argument: suspend WebAclFieldIdentifierArgsBuilder.() -> Unit)
@JvmName(name = "lodhpwsniwdrdoji")
suspend fun phoneNumberFields(argument: suspend WebAclFieldIdentifierArgsBuilder.() -> Unit)

Parameters

argument

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.

  • 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": { "primaryphoneline1": "THE_PHONE1", "primaryphoneline2": "THE_PHONE2", "primaryphoneline3": "THE_PHONE3" } } , the phone number field identifiers are /form/primaryphoneline1 , /form/primaryphoneline2 , and /form/primaryphoneline3 .

  • For form encoded payload types, use the HTML form names. For example, for an HTML form with input elements named primaryphoneline1 , primaryphoneline2 , and primaryphoneline3 , the phone number field identifiers are primaryphoneline1 , primaryphoneline2 , and primaryphoneline3 .