WebAclFieldIdentifier

data class WebAclFieldIdentifier(val identifier: String)

Constructors

Link copied to clipboard
constructor(identifier: String)

Types

Link copied to clipboard
object Companion

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.