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

GetAccountPasswordPolicyResponse

import type { GetAccountPasswordPolicyResponse } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";

Contains the response to a successful "GetAccountPasswordPolicy" request.

interface GetAccountPasswordPolicyResponse {
PasswordPolicy: PasswordPolicy;
}

§Properties

§
PasswordPolicy: PasswordPolicy
[src]

A structure that contains details about the account's password policy.