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

Side by Side Diff: chrome/test/data/policy/policy_test_cases.json

Issue 143463009: Add policy that forces SAML users to log in online periodically (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "-- Template --": { 2 "-- Template --": {
3 "intro": "Top-level entries map a policy name to its test parameters, descri bed below.", 3 "intro": "Top-level entries map a policy name to its test parameters, descri bed below.",
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 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after
1588 1588
1589 "MaxInvalidationFetchDelay": { 1589 "MaxInvalidationFetchDelay": {
1590 "os": ["win", "linux", "mac", "chromeos"], 1590 "os": ["win", "linux", "mac", "chromeos"],
1591 "test_policy": { "PolicyRefreshRate": 15000 }, 1591 "test_policy": { "PolicyRefreshRate": 15000 },
1592 "pref_mappings": [] 1592 "pref_mappings": []
1593 }, 1593 },
1594 1594
1595 "OpenNetworkConfiguration": { 1595 "OpenNetworkConfiguration": {
1596 }, 1596 },
1597 1597
1598 "SAMLOfflineSigninTimeLimit": {
1599 "os": ["chromeos"],
1600 "test_policy": { "SAMLOfflineSigninTimeLimit": 0 },
1601 "pref_mappings": [
1602 { "pref": "saml.offline_signin_time_limit" }
1603 ]
1604 },
1605
1598 "DriveDisabled": { 1606 "DriveDisabled": {
1599 "os": ["chromeos"], 1607 "os": ["chromeos"],
1600 "test_policy": { "DriveDisabled": true }, 1608 "test_policy": { "DriveDisabled": true },
1601 "pref_mappings": [ 1609 "pref_mappings": [
1602 { "pref": "gdata.disabled", 1610 { "pref": "gdata.disabled",
1603 "indicator_tests": [ 1611 "indicator_tests": [
1604 { "policy": { "DriveDisabled": true } } 1612 { "policy": { "DriveDisabled": true } }
1605 ] 1613 ]
1606 } 1614 }
1607 ] 1615 ]
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
2168 2176
2169 "AdditionalLaunchParameters": { 2177 "AdditionalLaunchParameters": {
2170 }, 2178 },
2171 2179
2172 "SuppressChromeFrameTurndownPrompt": { 2180 "SuppressChromeFrameTurndownPrompt": {
2173 }, 2181 },
2174 2182
2175 "SkipMetadataCheck": { 2183 "SkipMetadataCheck": {
2176 } 2184 }
2177 } 2185 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698