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

ModifyUserMessage

import type { ModifyUserMessage } from "https://aws-api.deno.dev/v0.3/services/elasticache.ts?docs=full";
interface ModifyUserMessage {
AccessString?: string | null;
AppendAccessString?: string | null;
NoPasswordRequired?: boolean | null;
Passwords?: string[] | null;
UserId: string;
}

§Properties

§
AccessString?: string | null
[src]

Access permissions string used for this user.

§
AppendAccessString?: string | null
[src]

Adds additional user permissions to the access string.

§
NoPasswordRequired?: boolean | null
[src]

Indicates no password is required for the user.

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

The passwords belonging to the user. You are allowed up to two.

§
UserId: string
[src]

The ID of the user.