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

caption: Enabled external print servers
desc: |-
  Specifies the subset of print servers that will be queried for server printers.

        If this policy is used, only the server printers with ids matching the values in this policy are available to the user.

        The ids must correspond to the "id" field in the file specified in <ph name="EXTERNAL_PRINT_SERVERS_POLICY">ExternalPrintServers</ph>.

        If this policy is not set, filtering is omitted and all print servers are taken into account.
example_value:
- id1
- id2
- id3
features:
  dynamic_refresh: true
  per_profile: true
owners:
- file://chromeos/printing/OWNERS
- [email protected]
schema:
  items:
    type: string
  type: array
supported_on:
- chrome_os:86-
tags: []
type: list