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
fun WebAclRequestInspectionArgs(passwordField: Output<WebAclFieldIdentifierArgs>, payloadType: Output<WebAclRequestInspectionPayloadType>, usernameField: Output<WebAclFieldIdentifierArgs>)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard