chromium/chromeos/components/test/data/onc/managed_toplevel_with_psim_admin_assigned_apn_id_list.onc

{
  "GlobalNetworkConfiguration": {
    "AllowAPNModification": true,
    "AllowCellularHotspot": true,
    "AllowCellularSimLock": true,
    "AllowOnlyPolicyCellularNetworks": false,
    "AllowOnlyPolicyNetworksToAutoconnect": false,
    "PSIMAdminAssignedAPNIds": [
      "admin-apn-id-y",
      "admin-apn-id-x"
    ]
  },
  "AdminAPNList": [
    {
      "Id": "admin-apn-id-x",
      "AccessPointName": "test-apn-admin-x",
      "Authentication": "",
      "Username": "test-username-x",
      "Password": "test-password-x"
    },
    {
      "Id": "admin-apn-id-y",
      "AccessPointName": "test-apn-admin-y",
      "Authentication": "",
      "Username": "test-username-y",
      "Password": "test-password-y"
    },
    {
      "Id": "admin-apn-id-z",
      "AccessPointName": "test-apn-admin-z",
      "Authentication": "",
      "Username": "test-username-z",
      "Password": "test-password-z"
    },
  ]
}