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

AccessSettings

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

Access related settings for IAP protected apps.

interface AccessSettings {
allowedDomainsSettings?: AllowedDomainsSettings;
corsSettings?: CorsSettings;
gcipSettings?: GcipSettings;
oauthSettings?: OAuthSettings;
policyDelegationSettings?: PolicyDelegationSettings;
reauthSettings?: ReauthSettings;
}

§Properties

§
allowedDomainsSettings?: AllowedDomainsSettings
[src]

Settings to configure and enable allowed domains.

§
corsSettings?: CorsSettings
[src]

Configuration to allow cross-origin requests via IAP.

§
gcipSettings?: GcipSettings
[src]

GCIP claims and endpoint configurations for 3p identity providers.

§
oauthSettings?: OAuthSettings
[src]

Settings to configure IAP's OAuth behavior.

§
policyDelegationSettings?: PolicyDelegationSettings
[src]

Settings to configure Policy delegation for apps hosted in tenant projects. INTERNAL_ONLY.

§
reauthSettings?: ReauthSettings
[src]

Settings to configure reauthentication policies in IAP.