WebAclChallengeActionArgs

data class WebAclChallengeActionArgs(val customRequestHandling: Output<WebAclCustomRequestHandlingArgs>? = null) : ConvertibleToJava<WebAclChallengeActionArgs>

Checks that the request has a valid token with an unexpired challenge timestamp and, if not, returns a browser challenge to the client.

Constructors

Link copied to clipboard
fun WebAclChallengeActionArgs(customRequestHandling: Output<WebAclCustomRequestHandlingArgs>? = null)

Functions

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

Properties

Link copied to clipboard