passwordPolicyEnforcementState property
Which enforcement mode to use for the password policy. Possible string values are:
- "PASSWORD_POLICY_ENFORCEMENT_STATE_UNSPECIFIED" : Illegal State, should not be used.
- "OFF" : Password Policy will not be used on the project.
- "ENFORCE" : Passwords non-compliant with the password policy will be rejected with an error thrown.
Implementation
core.String? passwordPolicyEnforcementState;