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

AccessDeniedPageSettings

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

Custom content configuration for access denied page. IAP allows customers to define a custom URI to use as the error page when access is denied to users. If IAP prevents access to this page, the default IAP error page will be displayed instead.

interface AccessDeniedPageSettings {
accessDeniedPageUri?: string;
generateTroubleshootingUri?: boolean;
remediationTokenGenerationEnabled?: boolean;
}

§Properties

§
accessDeniedPageUri?: string
[src]

The URI to be redirected to when access is denied.

§
generateTroubleshootingUri?: boolean
[src]

Whether to generate a troubleshooting URL on access denied events to this application.

§
remediationTokenGenerationEnabled?: boolean
[src]

Whether to generate remediation token on access denied events to this application.