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

ApplicationSettings

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

Wrapper over application specific settings for IAP.

interface ApplicationSettings {
accessDeniedPageSettings?: AccessDeniedPageSettings;
attributePropagationSettings?: AttributePropagationSettings;
cookieDomain?: string;
csmSettings?: CsmSettings;
}

§Properties

§
accessDeniedPageSettings?: AccessDeniedPageSettings
[src]

Customization for Access Denied page.

§
attributePropagationSettings?: AttributePropagationSettings
[src]

Settings to configure attribute propagation.

§
cookieDomain?: string
[src]

The Domain value to set for cookies generated by IAP. This value is not validated by the API, but will be ignored at runtime if invalid.

§
csmSettings?: CsmSettings
[src]

Settings to configure IAP's behavior for a service mesh.