OLD | NEW |
1 { | 1 { |
2 "-- Template --": { | 2 "-- Template --": { |
3 "intro": "Top-level entries map a policy name to its test parameters, descri
bed below. The name of the top level entry should be of the form <policy name>[.
suffix]. The optional suffix is used for defining multiple test cases for a sing
le policy.", | 3 "intro": "Top-level entries map a policy name to its test parameters, descri
bed below. The name of the top level entry should be of the form <policy name>[.
suffix]. The optional suffix is used for defining multiple test cases for a sing
le policy.", |
4 | 4 |
5 "os": ["List of operating systems that support this policy. Valid values:",
"win", "linux", "mac", "chromeos", "Defaults to empty if not specified."], | 5 "os": ["List of operating systems that support this policy. Valid values:",
"win", "linux", "mac", "chromeos", "Defaults to empty if not specified."], |
6 "official_only": "Whether this policy exists in official builds only. Defaul
ts to |false| if not specified.", | 6 "official_only": "Whether this policy exists in official builds only. Defaul
ts to |false| if not specified.", |
7 "can_be_recommended": "Whether a recommended value may be set for the policy
. Defaults to |false| if not specified.", | 7 "can_be_recommended": "Whether a recommended value may be set for the policy
. Defaults to |false| if not specified.", |
8 "test_policy": "A policy dictionary that should make the preferences affecte
d by this policy become policy-controlled. Usually just sets the current policy.
Defaults to an empty dictionary if not specified.", | 8 "test_policy": "A policy dictionary that should make the preferences affecte
d by this policy become policy-controlled. Usually just sets the current policy.
Defaults to an empty dictionary if not specified.", |
9 "note": "If the policy affects any preferences, the following array should b
e specified with one entry per such preference.", | 9 "note": "If the policy affects any preferences, the following array should b
e specified with one entry per such preference.", |
10 "pref_mappings": [ | 10 "pref_mappings": [ |
(...skipping 2206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2217 | 2217 |
2218 "DeviceLocalAccountAutoLoginDelay": { | 2218 "DeviceLocalAccountAutoLoginDelay": { |
2219 }, | 2219 }, |
2220 | 2220 |
2221 "DeviceLocalAccountAutoLoginBailoutEnabled": { | 2221 "DeviceLocalAccountAutoLoginBailoutEnabled": { |
2222 }, | 2222 }, |
2223 | 2223 |
2224 "DeviceLocalAccountPromptForNetworkWhenOffline": { | 2224 "DeviceLocalAccountPromptForNetworkWhenOffline": { |
2225 }, | 2225 }, |
2226 | 2226 |
| 2227 "DeviceBlockDevmode": { |
| 2228 }, |
| 2229 |
2227 "DeviceLoginScreenPowerManagement": { | 2230 "DeviceLoginScreenPowerManagement": { |
2228 }, | 2231 }, |
2229 | 2232 |
2230 "DeviceAllowRedeemChromeOsRegistrationOffers": { | 2233 "DeviceAllowRedeemChromeOsRegistrationOffers": { |
2231 }, | 2234 }, |
2232 | 2235 |
2233 "DeviceStartUpFlags": { | 2236 "DeviceStartUpFlags": { |
2234 }, | 2237 }, |
2235 | 2238 |
2236 "DeviceVariationsRestrictParameter" : { | 2239 "DeviceVariationsRestrictParameter" : { |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2291 | 2294 |
2292 "AdditionalLaunchParameters": { | 2295 "AdditionalLaunchParameters": { |
2293 }, | 2296 }, |
2294 | 2297 |
2295 "SuppressChromeFrameTurndownPrompt": { | 2298 "SuppressChromeFrameTurndownPrompt": { |
2296 }, | 2299 }, |
2297 | 2300 |
2298 "SkipMetadataCheck": { | 2301 "SkipMetadataCheck": { |
2299 } | 2302 } |
2300 } | 2303 } |
OLD | NEW |