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

caption: Profile Label
default: null
desc: |-
  This policy controls a label used to identify a signed in profile. This label will be shown in various locations to help users identify the profile such as next to the toolbar profile icon.
  This label will also be used as a default name for newly created profiles that can be modified by the users.

  If this policy is left unset the default label, either "Work" or "School" will be used.

  If this policy is set to "Label the profile as Work (0)", the "Work" label will be used.

  If this policy is set to "Label the profile as School (1)", the "School" label will be used.

  This policy will be overridden by the <ph name="CUSTOM_PROFILE_LABEL_POLICY_NAME">CustomProfileLabel</ph> policy if that policy is set.
example_value: 0
features:
  dynamic_refresh: true
  per_profile: true
  cloud_only: true
  user_only: true
supported_on:
- chrome.*:125-
items:
- caption: Work
  name: Work
  value: 0
- caption: School
  name: School
  value: 1
owners:
- file://components/enterprise/OWNERS
- [email protected]
schema:
  enum:
  - 0
  - 1
  - 2
  type: integer
tags: []
type: int-enum