1 { "GUID": "123", 2 "Type": "VPN", 3 "Name": "testopenvpn", 4 "IPConfigs": [ 5 { "Type": "IPv4", 6 "IPAddress": "127.0.0.1" } 7 ], 8 "VPN": { 9 "Host": "device policys host", 10 "Recommended": ["Host"], 11 "Type": "OpenVPN", 12 "OpenVPN": { 13 "Port": 0, 14 "Username": "device user", 15 "Recommended": [ "Password", "Port" ], 16 "ClientCertType": "Pattern", 17 "ClientCertPattern": { 18 "IssuerCARef": [ "openvpn-test-ca" ], 19 "Recommended": [ "EnrollmentURI", "IssuerCARef" ] 20 } 21 }, 22 "IPsec": { 23 "PSK": "sharedkey" 24 } 25 } 26 } 27