chromium/components/policy/resources/templates/policy_definitions/Printing/PrintingAllowedDuplexModes.yaml

caption: Restrict printing duplex mode
desc: |-
  Setting the policy restricts printing duplex mode.

        Leaving the policy unset or empty results in no restriction.
example_value: duplex
features:
  can_be_recommended: false
  dynamic_refresh: true
  per_profile: true
items:
- caption: Allow all duplex modes
  name: any
  value: any
- caption: Simplex printing only
  name: simplex
  value: simplex
- caption: Duplex printing only
  name: duplex
  value: duplex
owners:
- [email protected]
- [email protected]
- [email protected]
schema:
  enum:
  - any
  - simplex
  - duplex
  type: string
supported_on:
- chrome_os:71-
tags: []
type: string-enum