WebAclRequestInspectionArgs

data class WebAclRequestInspectionArgs(val passwordField: Output<WebAclFieldIdentifierArgs>, val payloadType: Output<WebAclRequestInspectionPayloadType>, val usernameField: Output<WebAclFieldIdentifierArgs>) : ConvertibleToJava<WebAclRequestInspectionArgs>

Configures the inspection of login requests

Constructors

Link copied to clipboard
constructor(passwordField: Output<WebAclFieldIdentifierArgs>, payloadType: Output<WebAclRequestInspectionPayloadType>, usernameField: Output<WebAclFieldIdentifierArgs>)

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.

Functions

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