OLD | NEW |
---|---|
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 4841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4852 'name': 'HeartbeatEnabled', | 4852 'name': 'HeartbeatEnabled', |
4853 'type': 'main', | 4853 'type': 'main', |
4854 'schema': { 'type': 'boolean' }, | 4854 'schema': { 'type': 'boolean' }, |
4855 'supported_on': ['chrome_os:43-'], | 4855 'supported_on': ['chrome_os:43-'], |
4856 'device_only': True, | 4856 'device_only': True, |
4857 'features': { | 4857 'features': { |
4858 'dynamic_refresh': True, | 4858 'dynamic_refresh': True, |
4859 }, | 4859 }, |
4860 'example_value': False, | 4860 'example_value': False, |
4861 'id': 293, | 4861 'id': 293, |
4862 'caption': '''Send monitoring heartbeats to the management server''', | 4862 'caption': '''Send network packets to the management server to monitor onl ine status''', |
4863 'tags': ['admin-sharing'], | 4863 'tags': ['admin-sharing'], |
4864 'desc': '''Send monitoring heartbeats to the management server, to allow | 4864 'desc': '''Send network packets to the management server to monitor online status, to allow |
4865 the server to detect if the device is offline. | 4865 the server to detect if the device is offline. |
4866 | 4866 |
4867 If this policy is set to true, monitoring heartbeats will be sent. If set | 4867 If this policy is set to true, monitoring network packets (so-called <ph n ame="HEARTBEATS_TERM">heartbeats</ph>) will be sent. |
4868 to false or unset, then no heartbeats will be sent.''', | 4868 If set to false or unset, then no packets will be sent.''', |
Thiemo Nagel
2016/07/11 14:33:21
Nit: I think "then" may be dropped here.
| |
4869 }, | 4869 }, |
4870 { | 4870 { |
4871 'name': 'HeartbeatFrequency', | 4871 'name': 'HeartbeatFrequency', |
4872 'type': 'int', | 4872 'type': 'int', |
4873 'schema': { 'type': 'integer', 'minimum': 30000 }, | 4873 'schema': { 'type': 'integer', 'minimum': 30000 }, |
4874 'supported_on': ['chrome_os:43-'], | 4874 'supported_on': ['chrome_os:43-'], |
4875 'device_only': True, | 4875 'device_only': True, |
4876 'features': { | 4876 'features': { |
4877 'dynamic_refresh': True, | 4877 'dynamic_refresh': True, |
4878 }, | 4878 }, |
4879 'example_value': 180000, | 4879 'example_value': 180000, |
4880 'id': 294, | 4880 'id': 294, |
4881 'caption': '''Frequency of monitoring heartbeats''', | 4881 'caption': '''Frequency of monitoring network packets''', |
4882 'tags': [], | 4882 'tags': [], |
4883 'desc': '''How frequently monitoring heartbeats are sent, in milliseconds. | 4883 'desc': '''How frequently monitoring network packets are sent, in millisec onds. |
4884 | 4884 |
4885 If this policy is unset, the default frequency is 3 minutes. The minimum | 4885 If this policy is unset, the default frequency is 3 minutes. The minimum |
4886 frequency is 30 seconds and the maximum frequency is 24 hours - values | 4886 frequency is 30 seconds and the maximum frequency is 24 hours - values |
4887 outside of this range will be clamped to this range.''', | 4887 outside of this range will be clamped to this range.''', |
4888 }, | 4888 }, |
4889 { | 4889 { |
4890 'name': 'LogUploadEnabled', | 4890 'name': 'LogUploadEnabled', |
4891 'type': 'main', | 4891 'type': 'main', |
4892 'schema': { 'type': 'boolean' }, | 4892 'schema': { 'type': 'boolean' }, |
4893 'supported_on': ['chrome_os:46-'], | 4893 'supported_on': ['chrome_os:46-'], |
(...skipping 3971 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
8865 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 8865 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
8866 'text': 'Default Settings (users can override)', | 8866 'text': 'Default Settings (users can override)', |
8867 }, | 8867 }, |
8868 'doc_complex_policies_on_windows': { | 8868 'doc_complex_policies_on_windows': { |
8869 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', | 8869 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', |
8870 '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>' '', | 8870 '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>' '', |
8871 }, | 8871 }, |
8872 }, | 8872 }, |
8873 'placeholders': [], | 8873 'placeholders': [], |
8874 } | 8874 } |
OLD | NEW |