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/mq.ts?docs=full";
interface DescribeUserResponse {
BrokerId?: string | null;
ConsoleAccess?: boolean | null;
Groups?: string[] | null;
Pending?: UserPendingChanges | null;
Username?: string | null;
}

§Properties

§
BrokerId?: string | null
[src]

Required. The unique ID that Amazon MQ generates for the broker.

§
ConsoleAccess?: boolean | null
[src]

Enables access to the the ActiveMQ Web Console for the ActiveMQ user.

§
Groups?: string[] | null
[src]

The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.

§
Pending?: UserPendingChanges | null
[src]

The status of the changes pending for the ActiveMQ user.

§
Username?: string | null
[src]

Required. The username of the ActiveMQ user. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.