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

GetRandomPasswordRequest

import type { GetRandomPasswordRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/secretsmanager.ts";
interface GetRandomPasswordRequest {
ExcludeCharacters?: string | null;
ExcludeLowercase?: boolean | null;
ExcludeNumbers?: boolean | null;
ExcludePunctuation?: boolean | null;
ExcludeUppercase?: boolean | null;
IncludeSpace?: boolean | null;
PasswordLength?: number | null;
RequireEachIncludedType?: boolean | null;
}

§Properties

§
ExcludeCharacters?: string | null
[src]
§
ExcludeLowercase?: boolean | null
[src]
§
ExcludeNumbers?: boolean | null
[src]
§
ExcludePunctuation?: boolean | null
[src]
§
ExcludeUppercase?: boolean | null
[src]
§
IncludeSpace?: boolean | null
[src]
§
PasswordLength?: number | null
[src]
§
RequireEachIncludedType?: boolean | null
[src]