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

AllowedDomainsSettings

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

Configuration for IAP allowed domains. Lets you to restrict access to an app and allow access to only the domains that you list.

interface AllowedDomainsSettings {
domains?: string[];
enable?: boolean;
}

§Properties

§
domains?: string[]
[src]

List of trusted domains.

§
enable?: boolean
[src]

Configuration for customers to opt in for the feature.