{
"GlobalNetworkConfiguration": {
"AllowAPNModification": true,
"AllowCellularHotspot": true,
"AllowCellularSimLock": true,
"AllowOnlyPolicyCellularNetworks": false,
"AllowOnlyPolicyNetworksToAutoconnect": false
},
"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"
},
],
"NetworkConfigurations": [
{
"Cellular": {
"Recommended": [
"AllowRoaming"
],
"AdminAssignedAPNIds": [
"admin-apn-id-y", "admin-apn-id-x",
],
},
"GUID": "test-Cellular",
"Name": "test",
"Type": "Cellular"
},
{
"Cellular": {
"Recommended": [
"AllowRoaming"
],
"AdminAssignedAPNIds": [
"admin-apn-id-z", "admin-apn-id-x",
],
"CustomAPNList": [
{
"AccessPointName": "test-apn-2",
"Authentication": "",
"Username": "test-username-2",
"Password": "test-password-2"
}
],
},
"GUID": "test-Cellular-2",
"Name": "test-2",
"Type": "Cellular"
},
{
"Cellular": {
"Recommended": [
"AllowRoaming"
],
"CustomAPNList": [
{
"AccessPointName": "test-apn-3",
"Authentication": "",
"Username": "test-username-3",
"Password": "test-password-3"
}
],
},
"GUID": "test-Cellular-3",
"Name": "test-3",
"Type": "Cellular"
},
{
"Cellular": {
"Recommended": [
"AllowRoaming"
],
"AdminAssignedAPNIds": [
],
"CustomAPNList": [
{
"AccessPointName": "test-apn-4",
"Authentication": "",
"Username": "test-username-4",
"Password": "test-password-4"
}
],
},
"GUID": "test-Cellular-4",
"Name": "test-4",
"Type": "Cellular"
},
]
}