GoogleCloudRecaptchaenterpriseV1FirewallActionArgs

An individual action. Each action represents what to do if a policy matches.

Constructors

Functions

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

Properties

Link copied to clipboard

The user request did not match any policy and should be allowed access to the requested resource.

Link copied to clipboard

This action will deny access to a given page. The user will get an HTTP error code.

Link copied to clipboard

This action will redirect the request to a ReCaptcha interstitial to attach a token.

Link copied to clipboard

This action will set a custom header but allow the request to continue to the customer backend.

Link copied to clipboard

This action will transparently serve a different page to an offending user.