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

WorkforceIdentitySettings

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

WorkforceIdentitySettings allows customers to configure workforce pools and OAuth 2.0 settings to gate their applications using a third-party IdP with access control.

interface WorkforceIdentitySettings {
oauth2?: OAuth2;
workforcePools?: string[];
}

§Properties

§
oauth2?: OAuth2
[src]

OAuth 2.0 settings for IAP to perform OIDC flow with workforce identity federation services.

§
workforcePools?: string[]
[src]

The workforce pool resources. Only one workforce pool is accepted.