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

ResetUserPasswordRequest

import type { ResetUserPasswordRequest } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface ResetUserPasswordRequest {
DirectoryId: string;
NewPassword: string;
UserName: string;
}

§Properties

§
DirectoryId: string
[src]

Identifier of the Managed Microsoft AD or Simple AD directory in which the user resides.

§
NewPassword: string
[src]

The new password that will be reset.

§
UserName: string
[src]

The user name of the user whose password will be reset.