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

UpdateUserRequest

import type { UpdateUserRequest } from "https://aws-api.deno.dev/v0.3/services/memorydb.ts?docs=full";
interface UpdateUserRequest {
AccessString?: string | null;
AuthenticationMode?: AuthenticationMode | null;
UserName: string;
}

§Properties

§
AccessString?: string | null
[src]

Access permissions string used for this user.

§
AuthenticationMode?: AuthenticationMode | null
[src]

Denotes the user's authentication properties, such as whether it requires a password to authenticate.

§
UserName: string
[src]

The name of the user