WebAclFieldIdentifierArgs

data class WebAclFieldIdentifierArgs(val identifier: Output<String>) : ConvertibleToJava<WebAclFieldIdentifierArgs>

Constructors

Link copied to clipboard
constructor(identifier: Output<String>)

Properties

Link copied to clipboard
val identifier: Output<String>

The name of the field. When the PayloadType in the request inspection is JSON , this identifier must be in JSON pointer syntax. For example /form/username . For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer . When the PayloadType is FORM_ENCODED , use the HTML form names. For example, username . For more information, see the descriptions for each field type in the request inspection properties.

Functions

Link copied to clipboard
open override fun toJava(): WebAclFieldIdentifierArgs