passwordProtectionWarningTrigger property
Whether the Password Protection Warning feature is enabled or not.
Password protection alerts users when they reuse their protected password
on potentially suspicious sites. This setting is controlled by an
enterprise policy:
https://chromeenterprise.google/policies/#PasswordProtectionWarningTrigger.
Note that the policy unset does not have the same effects as having the
policy explicitly set to PASSWORD_PROTECTION_OFF
.
Possible string values are:
- "PASSWORD_PROTECTION_WARNING_TRIGGER_UNSPECIFIED" : Unspecified.
- "POLICY_UNSET" : The policy is not set.
- "PASSWORD_PROTECTION_OFF" : No password protection warning will be shown.
- "PASSWORD_REUSE" : Password protection warning is shown if a protected password is re-used.
- "PHISHING_REUSE" : Password protection warning is shown if a protected password is re-used on a known phishing website.
Implementation
core.String? passwordProtectionWarningTrigger;