fleet/docs/solutions/android/configuration-profiles/wifi-network.json
Steven Palmesano 0ae3392a4a
Rename Android config profiles for consistency (#37486)
The file names should describe what they do, not the policies that they
use inside.
2025-12-19 09:43:38 -06:00

17 lines
347 B
JSON

{
"openNetworkConfiguration": {
"NetworkConfigurations": [
{
"GUID": "testNetwork",
"Name": "Test Network",
"Type": "WiFi",
"WiFi": {
"SSID": "Test Network",
"Security": "WPA-PSK",
"Passphrase": "password123456",
"AutoConnect": true
}
}
]
}
}