Amazon Cognito · Schema

PasswordPolicyType

The password policy type.

AuthenticationIdentityOIDCSAMLUser ManagementFederated Identity

Properties

Name Type Description
MinimumLength object
RequireUppercase object
RequireLowercase object
RequireNumbers object
RequireSymbols object
TemporaryPasswordValidityDays object
View JSON Schema on GitHub

JSON Schema

user-pools-password-policy-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/user-pools-password-policy-type-schema.json",
  "title": "PasswordPolicyType",
  "description": "The password policy type.",
  "type": "object",
  "properties": {
    "MinimumLength": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PasswordPolicyMinLengthType"
        },
        {
          "description": "The minimum length of the password in the policy that you have set. This value can't be less than 6."
        }
      ]
    },
    "RequireUppercase": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BooleanType"
        },
        {
          "description": "In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password."
        }
      ]
    },
    "RequireLowercase": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BooleanType"
        },
        {
          "description": "In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password."
        }
      ]
    },
    "RequireNumbers": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BooleanType"
        },
        {
          "description": "In the password policy that you have set, refers to whether you have required users to use at least one number in their password."
        }
      ]
    },
    "RequireSymbols": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BooleanType"
        },
        {
          "description": "In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password."
        }
      ]
    },
    "TemporaryPasswordValidityDays": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TemporaryPasswordValidityDaysType"
        },
        {
          "description": "<p>The number of days a temporary password is valid in the password policy. If the user doesn't sign in during this time, an administrator must reset their password.</p> <note> <p>When you set <code>TemporaryPasswordValidityDays</code> for a user pool, you can no longer set a value for the legacy <code>UnusedAccountValidityDays</code> parameter in that user pool.</p> </note>"
        }
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/user-pools-password-policy-type"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.