chromium/components/policy/resources/templates/policy_definitions/PluginVm/PluginVmImage.yaml

caption: <ph name="PLUGIN_VM_NAME">PluginVm</ph> image
desc: Setting the policy specifies the <ph name="PLUGIN_VM_NAME">PluginVm</ph> image
  for a user. Specify this policy as a JSON format string, with <ph name="URL_PLUGIN_VM_IMAGE_FIELD">URL</ph>
  stating where to download the image and <ph name="HASH_PLUGIN_VM_IMAGE_FIELD">hash</ph>
  as a SHA-256 hash used to verify the integrity of the download.
example_value:
  hash: 842841a4c75a55ad050d686f4ea5f77e83ae059877fe9b6946aa63d3d057ed32
  url: https://example.com/plugin_vm_image
features:
  dynamic_refresh: true
  per_profile: false
owners:
- [email protected]
- [email protected]
schema:
  properties:
    hash:
      description: The SHA-256 hash of the <ph name="PLUGIN_VM_NAME">PluginVm</ph>
        image.
      type: string
    url:
      description: The URL from which the <ph name="PLUGIN_VM_NAME">PluginVm</ph>
        image can be downloaded.
      type: string
  type: object
supported_on:
- chrome_os:72-
tags: []
type: dict