Google Cloud Recaptchaenterprise V1Firewall Action Response
data class GoogleCloudRecaptchaenterpriseV1FirewallActionResponse(val allow: GoogleCloudRecaptchaenterpriseV1FirewallActionAllowActionResponse, val block: GoogleCloudRecaptchaenterpriseV1FirewallActionBlockActionResponse, val redirect: GoogleCloudRecaptchaenterpriseV1FirewallActionRedirectActionResponse, val setHeader: GoogleCloudRecaptchaenterpriseV1FirewallActionSetHeaderActionResponse, val substitute: GoogleCloudRecaptchaenterpriseV1FirewallActionSubstituteActionResponse)
An individual action. Each action represents what to do if a policy matches.
Constructors
Link copied to clipboard
constructor(allow: GoogleCloudRecaptchaenterpriseV1FirewallActionAllowActionResponse, block: GoogleCloudRecaptchaenterpriseV1FirewallActionBlockActionResponse, redirect: GoogleCloudRecaptchaenterpriseV1FirewallActionRedirectActionResponse, setHeader: GoogleCloudRecaptchaenterpriseV1FirewallActionSetHeaderActionResponse, substitute: GoogleCloudRecaptchaenterpriseV1FirewallActionSubstituteActionResponse)
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.