GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfig class
The configuration for the password policy on the project.
Constructors
-
GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfig({bool? forceUpgradeOnSignin, String? lastUpdateTime, String? passwordPolicyEnforcementState, List<
GoogleCloudIdentitytoolkitAdminV2PasswordPolicyVersion> ? passwordPolicyVersions}) - GoogleCloudIdentitytoolkitAdminV2PasswordPolicyConfig.fromJson(Map json_)
Properties
- forceUpgradeOnSignin ↔ bool?
-
Users must have a password compliant with the password policy to sign-in.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdateTime ↔ String?
-
The last time the password policy on the project was updated.
getter/setter pair
- passwordPolicyEnforcementState ↔ String?
-
Which enforcement mode to use for the password policy.
Possible string values are:
getter/setter pair
-
passwordPolicyVersions
↔ List<
GoogleCloudIdentitytoolkitAdminV2PasswordPolicyVersion> ? -
Must be of length 1.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited