chromium/components/policy/resources/templates/policy_definitions/BrowserIdle/IdleTimeout.yaml

caption: Delay before running idle actions
default: 0
desc: |-
  Triggers an action when the computer is idle.

  If this policy is set, it specifies the length of time without user input (in minutes) before the browser runs actions configured via the <ph name="IDLE_TIMEOUT_ACTIONS_POLICY_NAME">IdleTimeoutActions</ph> policy.

  If this policy is not set, no action will be ran.

  The minimum threshold is 1 minute.

  "User input" is defined by Operating System APIs, and includes things like moving the mouse or typing on the keyboard.
example_value: 30
features:
  dynamic_refresh: true
  per_profile: true
supported_on:
- chrome.*:116-
- ios:123-
future_on:
- android
owners:
- [email protected]
- [email protected]
schema:
  minimum: 1
  type: integer
tags: []
type: int