Web Acl Field Identifier Args
data class WebAclFieldIdentifierArgs(val identifier: Output<String>) : ConvertibleToJava<WebAclFieldIdentifierArgs>
Properties
Link copied to clipboard
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.