chromium/components/policy/resources/templates/policy_definitions/PowerManagement/IdleActionAC.yaml

caption: Action to take when the idle delay is reached while running on AC power
deprecated: true
desc: |-
  Note that this policy is deprecated and will be removed in <ph name="PRODUCT_OS_NAME">$2<ex>Google ChromeOS</ex></ph> version 85. Please use <ph name="POWER_MANAGEMENT_IDLE_SETTINGS_POLICY_NAME">PowerManagementIdleSettings</ph> instead.

            When this policy is set, it specifies the action that <ph name="PRODUCT_OS_NAME">$2<ex>Google ChromeOS</ex></ph> takes when the user remains idle for the length of time given by the idle delay, which can be configured separately.

            When this policy is unset, the default action is taken, which is suspend.

            If the action is suspend, <ph name="PRODUCT_OS_NAME">$2<ex>Google ChromeOS</ex></ph> can separately be configured to either lock or not lock the screen before suspending.
example_value: 0
features:
  dynamic_refresh: true
  per_profile: false
items:
- caption: Suspend
  name: IdleActionSuspend
  value: 0
- caption: Log the user out
  name: IdleActionLogout
  value: 1
- caption: Shut down
  name: IdleActionShutdown
  value: 2
- caption: Do nothing
  name: IdleActionDoNothing
  value: 3
owners:
- [email protected]
- [email protected]
schema:
  enum:
  - 0
  - 1
  - 2
  - 3
  type: integer
supported_on:
- chrome_os:30-
tags: []
type: int-enum