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

SamlSsoInfo

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

Details that are applicable when sso_mode == SAML_SSO.

interface SamlSsoInfo {
inboundSamlSsoProfile?: string;
}

§Properties

§
inboundSamlSsoProfile?: string
[src]

Required. Name of the InboundSamlSsoProfile to use. Must be of the form inboundSamlSsoProfiles/{inbound_saml_sso_profile}.