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

caption: Printer configuration access policy.
deprecated: true
desc: This policy is deprecated and unsupported, please use <ph name="PRINTERS_BULK_ACCESS_MODE_POLICY_NAME_POLICY_NAME">PrintersBulkAccessMode</ph> instead.
example_value: 1
features:
  can_be_recommended: true
  dynamic_refresh: true
  per_profile: true
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:
- file://chromeos/printing/OWNERS
- [email protected]
- [email protected]
schema:
  enum:
  - 0
  - 1
  - 2
  type: integer
supported_on:
- chrome_os:65-100
tags: []
type: int-enum