enforcementState property

String? enforcementState
getter/setter pair

Which enforcement mode to use for the password policy.

Output only. Possible string values are:

  • "ENFORCEMENT_STATE_UNSPECIFIED" : Enforcement state has not been set.
  • "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? enforcementState;