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

InboundSamlSsoProfile

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

A SAML 2.0 federation between a Google enterprise customer and a SAML identity provider.

interface InboundSamlSsoProfile {
customer?: string;
displayName?: string;
idpConfig?: SamlIdpConfig;
readonly name?: string;
spConfig?: SamlSpConfig;
}

§Properties

§
customer?: string
[src]

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

§
displayName?: string
[src]

Human-readable name of the SAML SSO profile.

§
idpConfig?: SamlIdpConfig
[src]

SAML identity provider configuration.

§
readonly name?: string
[src]

Output only. Resource name of the SAML SSO profile.

§

SAML service provider configuration for this SAML SSO profile. These are the service provider details provided by Google that should be configured on the corresponding identity provider.