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

SAMLParams

import type { SAMLParams } from "https://googleapis.deno.dev/v1/contactcenteraiplatform:v1alpha1.ts";

Message storing SAML params to enable Google as IDP.

interface SAMLParams {
certificate?: string;
emailMapping?: string;
entityId?: string;
ssoUri?: string;
userEmail?: string;
}

§Properties

§
certificate?: string
[src]

SAML certificate

§
emailMapping?: string
[src]

IdP field that maps to the user’s email address

§
entityId?: string
[src]

Entity id URL

§
ssoUri?: string
[src]

Single sign-on URL

§
userEmail?: string
[src]

Email address of the first admin users.