chromium/components/policy/resources/templates/policy_definitions/SAML/SamlPasswordExpirationAdvanceWarningDays.yaml

caption: How many days in advance to notify SAML users when their password is due
  to expire
desc: |-
  This policy has no effect unless SamlInSessionPasswordChangeEnabled is true.
        If that policy is true, and this policy is set to (for example) 14, that means SAML users will be notified 14 days in advance that their password is due to expire on a certain date.
        Then they can deal with this immediately by doing an in-session password change and updating their password before it expires.
        But, these notifications will only be shown if password expiry information is sent to the device by the SAML identity provider during the SAML login flow.
        Setting this policy to zero means the users will not be notified in advance - they will only be notified once the password has already expired.

        If this policy is set, the user cannot change or override it.
example_value: 14
features:
  dynamic_refresh: true
  per_profile: false
owners:
- [email protected]
- [email protected]
schema:
  maximum: 90
  minimum: 0
  type: integer
supported_on:
- chrome_os:98-
tags: []
type: int