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

DescribeUserResponse

import type { DescribeUserResponse } from "https://aws-api.deno.dev/v0.4/services/identitystore.ts?docs=full";
interface DescribeUserResponse {
Addresses?: Address[] | null;
DisplayName?: string | null;
Emails?: Email[] | null;
ExternalIds?: ExternalId[] | null;
IdentityStoreId: string;
Locale?: string | null;
Name?: Name | null;
NickName?: string | null;
PhoneNumbers?: PhoneNumber[] | null;
PreferredLanguage?: string | null;
ProfileUrl?: string | null;
Timezone?: string | null;
Title?: string | null;
UserId: string;
UserName?: string | null;
UserType?: string | null;
}

§Properties

§
Addresses?: Address[] | null
[src]

The user's physical address.

§
DisplayName?: string | null
[src]

The user's name value for display.

§
Emails?: Email[] | null
[src]

The user's email value.

§
ExternalIds?: ExternalId[] | null
[src]

A list of ExternalId objects that contains the identifiers issued to this resource by an external identity provider.

§
IdentityStoreId: string
[src]

The globally unique identifier for the identity store.

§
Locale?: string | null
[src]

A string containing the user's geographical region or location.

§
Name?: Name | null
[src]

The name of the user.

§
NickName?: string | null
[src]

An alternative descriptive name for the user.

§
PhoneNumbers?: PhoneNumber[] | null
[src]

A list of PhoneNumber objects associated with a user.

§
PreferredLanguage?: string | null
[src]

The preferred language of the user.

§
ProfileUrl?: string | null
[src]

A URL link for the user's profile.

§
Timezone?: string | null
[src]

The time zone for a user.

§
Title?: string | null
[src]

A string containing the user's title.

§
UserId: string
[src]

The identifier for a user in the identity store.

§
UserName?: string | null
[src]

A unique string used to identify the user. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.

§
UserType?: string | null
[src]

A string indicating the user's type.