chromium/components/policy/resources/templates/policy_definitions/Miscellaneous/PolicyDictionaryMultipleSourceMergeList.yaml

caption: Allow merging dictionary policies from different sources
desc: |-
  Setting the policy allows merging of selected policies when they come from different sources, with the same scopes and level. This merging is in the first level keys of the dictionary from each source. The key coming from the highest priority source takes precedence.

        Use the wildcard character '*' to allow merging of all supported dictionary policies.

        If a policy is in the list and there's conflict between sources with:

        * The same scopes and level: The values merge into a new policy dictionary.

        * Different scopes or level: The policy with the highest priority applies.

        If a policy isn't in the list and there's conflict between sources, scopes, or level, the policy with the highest priority applies.
example_value:
- ExtensionSettings
features:
  dynamic_refresh: true
  metapolicy_type: merge
  per_profile: true
future_on:
- fuchsia
items:
- caption: Managed user manual exception URLs
  name: ContentPackManualBehaviorURLs
  value: ContentPackManualBehaviorURLs
- caption: Power management on the login screen
  name: DeviceLoginScreenPowerManagement
  value: DeviceLoginScreenPowerManagement
- caption: Extension management settings
  name: ExtensionSettings
  value: ExtensionSettings
- caption: Key Permissions
  name: KeyPermissions
  value: KeyPermissions
- caption: Power management settings when the user becomes idle
  name: PowerManagementIdleSettings
  value: PowerManagementIdleSettings
- caption: Screen brightness percent
  name: ScreenBrightnessPercent
  value: ScreenBrightnessPercent
- caption: Screen lock delays
  name: ScreenLockDelays
  value: ScreenLockDelays
label: Allow merging dictionary policies from different sources
owners:
- [email protected]
- [email protected]
schema:
  items:
    enum:
    - ContentPackManualBehaviorURLs
    - ExtensionSettings
    - DeviceLoginScreenPowerManagement
    - KeyPermissions
    - PowerManagementIdleSettings
    - ScreenBrightnessPercent
    - ScreenLockDelays
    type: string
  type: array
supported_on:
- chrome.*:76-
- chrome_os:76-
- android:105-
- ios:105-
tags: []
type: string-enum-list