[
  {
    "os": [
      "win",
      "linux",
      "mac",
      "fuchsia"
    ],
    "policy_pref_mapping_tests": [
      {
        "policies": {},
        "prefs": {
          "profile.managed_accounts.restriction.all_managed_accounts": {
            "default_value": false
          },
          "profile.managed_accounts.restriction.value": {
            "default_value": ""
          }
        }
      },
      {
        "policies": {
          "ManagedAccountsSigninRestriction": "primary_account"
        },
        "policies_settings": {
          "ManagedAccountsSigninRestriction": {
            "scope": "user",
            "source": "cloud"
          }
        },
        "prefs": {
          "profile.managed_accounts.restriction.all_managed_accounts": {
            "value": false
          },
          "profile.managed_accounts.restriction.value": {
            "value": "primary_account"
          }
        }
      },
      {
        "policies": {
          "ManagedAccountsSigninRestriction": "primary_account_strict"
        },
        "policies_settings": {
          "ManagedAccountsSigninRestriction": {
            "scope": "user",
            "source": "platform"
          }
        },
        "prefs": {
          "profile.managed_accounts.restriction.all_managed_accounts": {
            "value": true
          },
          "profile.managed_accounts.restriction.value": {
            "value": "primary_account_strict"
          }
        }
      },
      {
        "policies": {
          "ManagedAccountsSigninRestriction": "none"
        },
        "policies_settings": {
          "ManagedAccountsSigninRestriction": {
            "scope": "machine",
            "source": "cloud"
          }
        },
        "prefs": {
          "profile.managed_accounts.restriction.all_managed_accounts": {
            "value": true
          },
          "profile.managed_accounts.restriction.value": {
            "value": "none"
          }
        }
      },
      {
        "policies": {
          "ManagedAccountsSigninRestriction": "affiliated_device"
        },
        "policies_settings": {
          "ManagedAccountsSigninRestriction": {
            "scope": "user",
            "source": "cloud"
          }
        },
        "prefs": {
          "profile.managed_accounts.restriction.all_managed_accounts": {
            "value": false
          },
          "profile.managed_accounts.restriction.value": {
            "value": "affiliated_device"
          }
        }
      }
    ]
  },
  {
    "os": [
      "chromeos"
    ],
    "reason_for_missing_test": "TODO(crbug.com/40768762) future policy"
  }
]
