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

Identity

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

The details of a user.

interface Identity {
Arn?: string | null;
Name?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN in an Identity.

§
Name?: string | null
[src]

The name in an Identity.