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

IapSettings

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

The IAP configurable settings.

interface IapSettings {
accessSettings?: AccessSettings;
applicationSettings?: ApplicationSettings;
name?: string;
}

§Properties

§
accessSettings?: AccessSettings
[src]

Top level wrapper for all access related setting in IAP

§
applicationSettings?: ApplicationSettings
[src]

Top level wrapper for all application related settings in IAP

§
name?: string
[src]

Required. The resource name of the IAP protected resource.