Web Acl Challenge Action Args
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)