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
§
idpConfig?: OidcIdpConfig
[src]OIDC identity provider configuration.
§
readonly name?: string
[src]Output only. Resource name of the OIDC SSO profile.
§
rpConfig?: OidcRpConfig
[src]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.