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

PasswordPolicy

import type { PasswordPolicy } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iam.ts";
interface PasswordPolicy {
AllowUsersToChangePassword?: boolean | null;
ExpirePasswords?: boolean | null;
HardExpiry?: boolean | null;
MaxPasswordAge?: number | null;
MinimumPasswordLength?: number | null;
PasswordReusePrevention?: number | null;
RequireLowercaseCharacters?: boolean | null;
RequireNumbers?: boolean | null;
RequireSymbols?: boolean | null;
RequireUppercaseCharacters?: boolean | null;
}

§Properties

§
AllowUsersToChangePassword?: boolean | null
[src]
§
ExpirePasswords?: boolean | null
[src]
§
HardExpiry?: boolean | null
[src]
§
MaxPasswordAge?: number | null
[src]
§
MinimumPasswordLength?: number | null
[src]
§
PasswordReusePrevention?: number | null
[src]
§
RequireLowercaseCharacters?: boolean | null
[src]
§
RequireNumbers?: boolean | null
[src]
§
RequireSymbols?: boolean | null
[src]
§
RequireUppercaseCharacters?: boolean | null
[src]