Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(236)

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 2711553002: Rename the LoginApps policy into DeviceLoginScreenAppInstallList (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chromeos/settings/cros_settings_names.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 # policy_templates.json - Metafile for policy templates 2 # policy_templates.json - Metafile for policy templates
3 # 3 #
4 # The content of this file is evaluated as a Python expression. 4 # The content of this file is evaluated as a Python expression.
5 # 5 #
6 # This file is used as input to generate the following policy templates: 6 # This file is used as input to generate the following policy templates:
7 # ADM, ADMX+ADML, MCX/plist and html documentation. 7 # ADM, ADMX+ADML, MCX/plist and html documentation.
8 # 8 #
9 # Policy templates are user interface definitions or documents about the 9 # Policy templates are user interface definitions or documents about the
10 # policies that can be used to configure Chrome. Each policy is a name-value 10 # policies that can be used to configure Chrome. Each policy is a name-value
(...skipping 8965 matching lines...) Expand 10 before | Expand all | Expand 10 after
8976 'id': 328, 8976 'id': 328,
8977 'caption': '''URLs that will be granted access to video capture devices on SAML login pages''', 8977 'caption': '''URLs that will be granted access to video capture devices on SAML login pages''',
8978 'tags': ['website-sharing'], 8978 'tags': ['website-sharing'],
8979 'desc': '''Patterns in this list will be matched against the security 8979 'desc': '''Patterns in this list will be matched against the security
8980 origin of the requesting URL. If a match is found, access to video 8980 origin of the requesting URL. If a match is found, access to video
8981 capture devices will be granted on SAML login pages. If no match is 8981 capture devices will be granted on SAML login pages. If no match is
8982 found, access will be automatically denied. Wildcard patterns are not 8982 found, access will be automatically denied. Wildcard patterns are not
8983 allowed.''' 8983 allowed.'''
8984 }, 8984 },
8985 { 8985 {
8986 'name': 'LoginApps', 8986 'name': 'DeviceLoginScreenAppInstallList',
8987 'type': 'list', 8987 'type': 'list',
8988 'schema': { 8988 'schema': {
8989 'type': 'array', 8989 'type': 'array',
8990 'items': { 'type': 'string' }, 8990 'items': { 'type': 'string' },
8991 }, 8991 },
8992 'supported_on': ['chrome_os:54-'], 8992 'supported_on': ['chrome_os:58-'],
8993 'future': True,
8993 'device_only': True, 8994 'device_only': True,
8994 'features': { 8995 'features': {
8995 'dynamic_refresh': True, 8996 'dynamic_refresh': True,
8996 }, 8997 },
8997 'example_value': ['gbchcmhmhahfdphkhkmpfmihenigjmpp;https://clients2.googl e.com/service/update2/crx'], 8998 'example_value': ['gbchcmhmhahfdphkhkmpfmihenigjmpp;https://clients2.googl e.com/service/update2/crx'],
8998 'id': 336, 8999 'id': 336,
8999 'caption': '''Configure the list of installed apps on the login screen''', 9000 'caption': '''Configure the list of installed apps on the login screen''',
9000 'tags': ['full-admin-access'], 9001 'tags': ['full-admin-access'],
9001 'desc': ''' 9002 'desc': '''
9002 Specifies a list of apps that are installed silently on the login screen, 9003 Specifies a list of apps that are installed silently on the login screen,
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
9723 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 9724 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
9724 'text': 'Default Settings (users can override)', 9725 'text': 'Default Settings (users can override)',
9725 }, 9726 },
9726 'doc_complex_policies_on_windows': { 9727 'doc_complex_policies_on_windows': {
9727 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 9728 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
9728 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', 9729 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '',
9729 }, 9730 },
9730 }, 9731 },
9731 'placeholders': [], 9732 'placeholders': [],
9732 } 9733 }
OLDNEW
« no previous file with comments | « chromeos/settings/cros_settings_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698