GoogleCloudRecaptchaenterpriseV1FirewallAction
import type { GoogleCloudRecaptchaenterpriseV1FirewallAction } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";
An individual action. Each action represents what to do if a policy matches.
interface GoogleCloudRecaptchaenterpriseV1FirewallAction {
includeRecaptchaScript?: GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction;
}§Properties
§
The user request did not match any policy and should be allowed access to the requested resource.
§
This action denies access to a given page. The user gets an HTTP error code.
§
includeRecaptchaScript?: GoogleCloudRecaptchaenterpriseV1FirewallActionIncludeRecaptchaScriptAction
[src]This action injects reCAPTCHA JavaScript code into the HTML page returned by the site backend.
§
This action redirects the request to a reCAPTCHA interstitial to attach a token.
§
This action sets a custom header but allow the request to continue to the customer backend.
§
This action transparently serves a different page to an offending user.