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

SecurityPolicyRuleRedirectOptions

import type { SecurityPolicyRuleRedirectOptions } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface SecurityPolicyRuleRedirectOptions {
target?: string;
type?: "EXTERNAL_302" | "GOOGLE_RECAPTCHA";
}

§Properties

§
target?: string
[src]

Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.

§
type?: "EXTERNAL_302" | "GOOGLE_RECAPTCHA"
[src]

Type of the redirect action.