passwordField

@JvmName(name = "cshsjstmmumeegmf")
suspend fun passwordField(value: Output<WebAclFieldIdentifierArgs>)
@JvmName(name = "wxdsfemmdyedxaro")
suspend fun passwordField(value: WebAclFieldIdentifierArgs)

Parameters

value

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.

  • For JSON payloads, specify the field name 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": { "password": "THE_PASSWORD" } } , the password field specification is /form/password .

  • For form encoded payload types, use the HTML form names. For example, for an HTML form with the input element named password1 , the password field specification is password1 .


@JvmName(name = "jxcefbithokvqeur")
suspend fun passwordField(argument: suspend WebAclFieldIdentifierArgsBuilder.() -> Unit)

Parameters

argument

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.

  • For JSON payloads, specify the field name 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": { "password": "THE_PASSWORD" } } , the password field specification is /form/password .

  • For form encoded payload types, use the HTML form names. For example, for an HTML form with the input element named password1 , the password field specification is password1 .