PasswordPolicyConfig interface

A password policy configuration for a project or tenant

Signature:

exportinterfacePasswordPolicyConfig

Properties

PropertyTypeDescription
constraintsCustomStrengthOptionsConfigThe constraints that make up the password strength policy
enforcementStatePasswordPolicyEnforcementStateEnforcement state of the password policy
forceUpgradeOnSigninbooleanRequire users to have a policy-compliant password to sign in

PasswordPolicyConfig.constraints

The constraints that make up the password strength policy

Signature:

constraints?:CustomStrengthOptionsConfig;

PasswordPolicyConfig.enforcementState

Enforcement state of the password policy

Signature:

enforcementState?:PasswordPolicyEnforcementState;

PasswordPolicyConfig.forceUpgradeOnSignin

Require users to have a policy-compliant password to sign in

Signature:

forceUpgradeOnSignin?:boolean;

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2023-06-01 UTC.