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

UserIdentityInfo

import type { UserIdentityInfo } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";

Contains information about the identity of a user.

interface UserIdentityInfo {
Email?: string | null;
FirstName?: string | null;
LastName?: string | null;
}

§Properties

§
Email?: string | null
[src]

The email address. If you are using SAML for identity management and include this parameter, an error is returned.

§
FirstName?: string | null
[src]

The first name. This is required if you are using Amazon Connect or SAML for identity management.

§
LastName?: string | null
[src]

The last name. This is required if you are using Amazon Connect or SAML for identity management.