Skip to main content

ICognitoIdentityProviderPasswordPolicyType

Interface in AWS.CognitoIdentityProvider

Interface for PasswordPolicyType.

Properties

MinimumLength

property MinimumLength: TOptional<Integer>

The minimum length of the password. Must be 6 or greater.

RequireLowercase

property RequireLowercase: TOptional<Boolean>

Require at least one lowercase letter in the password.

RequireNumbers

property RequireNumbers: TOptional<Boolean>

Require at least one number in the password.

RequireSymbols

property RequireSymbols: TOptional<Boolean>

Require at least one symbol in the password.

RequireUppercase

property RequireUppercase: TOptional<Boolean>

Require at least one uppercase letter in the password.

TemporaryPasswordValidityDays

property TemporaryPasswordValidityDays: TOptional<Integer>

The number of days a temporary password is valid for.

Valid range: 0 - 365. If the user doesn't sign in during this time, an administrator will be required to reset their password.