VpnConnectionsResult Data Type

Properties
name data type description
vpnConnection array of VpnConnection

Example

{
  "vpnConnection" : [ {
    "id" : 12345,
    "accountId" : 12345,
    "createdOn" : 12345,
    "modifiedOn" : 12345,
    "userId" : 12345,
    "deviceId" : "...",
    "inetAddress" : "...",
    "optlock" : 12345
  }, {
    "id" : 12345,
    "accountId" : 12345,
    "createdOn" : 12345,
    "modifiedOn" : 12345,
    "userId" : 12345,
    "deviceId" : "...",
    "inetAddress" : "...",
    "optlock" : 12345
  } ]
}