Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudRecaptchaenterpriseV1FirewallActionSubstituteAction

import type { GoogleCloudRecaptchaenterpriseV1FirewallActionSubstituteAction } from "https://googleapis.deno.dev/v1/recaptchaenterprise:v1.ts";

A substitute action transparently serves a different page than the one requested.

interface GoogleCloudRecaptchaenterpriseV1FirewallActionSubstituteAction {
path?: string;
}

§Properties

§
path?: string
[src]

Optional. The address to redirect to. The target is a relative path in the current host. Example: "/blog/404.html".