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.3/services/identitystore.ts?docs=full";
interface DescribeUserResponse {
UserId: string;
UserName: string;
}

§Properties

§
UserId: string
[src]

The identifier for a user in the identity store.

§
UserName: string
[src]

Contains the user’s user name value. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. The characters <>;:% are excluded. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.