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

OidcSsoInfo

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

Details that are applicable when sso_mode is set to OIDC_SSO.

interface OidcSsoInfo {
inboundOidcSsoProfile?: string;
}

§Properties

§
inboundOidcSsoProfile?: string
[src]

Required. Name of the InboundOidcSsoProfile to use. Must be of the form inboundOidcSsoProfiles/{inbound_oidc_sso_profile}.