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

caption: Restrict PIN printing mode
desc: Restricts PIN printing mode. Unset policy is treated as no restriction. If the
  mode is unavailable this policy is ignored. Note that PIN printing feature is enabled
  only for printers that use one of IPPS, HTTPS, USB or IPP-over-USB protocols.
example_value: pin
features:
  can_be_recommended: false
  dynamic_refresh: true
  per_profile: true
items:
- caption: Allow printing both with and without PIN
  name: any
  value: any
- caption: Allow printing only with PIN
  name: pin
  value: pin
- caption: Allow printing only without PIN
  name: no_pin
  value: no_pin
owners:
- [email protected]
- [email protected]
- [email protected]
schema:
  enum:
  - any
  - pin
  - no_pin
  type: string
supported_on:
- chrome_os:75-
tags: []
type: string-enum