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

InboundOidcSsoProfile

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

An OIDC federation between a Google enterprise customer and an OIDC identity provider.

interface InboundOidcSsoProfile {
customer?: string;
displayName?: string;
idpConfig?: OidcIdpConfig;
readonly name?: string;
rpConfig?: OidcRpConfig;
}

§Properties

§
customer?: string
[src]

Immutable. The customer. For example: customers/C0123abc.

§
displayName?: string
[src]

Human-readable name of the OIDC SSO profile.

§
idpConfig?: OidcIdpConfig
[src]

OIDC identity provider configuration.

§
readonly name?: string
[src]

Output only. Resource name of the OIDC SSO profile.

§

OIDC relying party (RP) configuration for this OIDC SSO profile. These are the RP details provided by Google that should be configured on the corresponding identity provider.