WebAclRequestInspection

data class WebAclRequestInspection(val passwordField: WebAclFieldIdentifier, val payloadType: WebAclRequestInspectionPayloadType, val usernameField: WebAclFieldIdentifier)

Configures the inspection of login requests

Constructors

Link copied to clipboard
constructor(passwordField: WebAclFieldIdentifier, payloadType: WebAclRequestInspectionPayloadType, usernameField: WebAclFieldIdentifier)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The payload type for your login endpoint, either JSON or form encoded.

Link copied to clipboard

The name of the field in the request payload that contains your customer's username. How you specify this depends on the request inspection payload type.