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

caption: Device printers configuration access policy.
deprecated: true
desc: This policy is deprecated and unsupported, please use <ph name="DEVICE_PRINTERS_ACCESS_MODE_POLICY_NAME">DevicePrintersAccessMode</ph> instead.
device_only: true
example_value: 1
features:
  dynamic_refresh: true
  per_profile: false
items:
- caption: All printers are shown except those in the blocklist.
  name: BlocklistRestriction
  value: 0
- caption: Only printers in the allowlist are shown to users
  name: AllowlistPrintersOnly
  value: 1
- caption: Allow all printers from the configuration file.
  name: AllowAll
  value: 2
owners:
- [email protected]
- [email protected]
- [email protected]
schema:
  enum:
  - 0
  - 1
  - 2
  type: integer
supported_on:
- chrome_os:73-100
tags: []
type: int-enum
generate_device_proto: False