Skip to content

Commit 3fee10c

Browse files
author
Paul McNally
committed
psk on vpn session
1 parent a1bd463 commit 3fee10c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/eCloud/Entities/VpnSession.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
* @property string $vpnServiceId
1313
* @property string $vpnEndpointId
1414
* @property string $remoteIp
15+
* @property string $psk
1516
* @property string $remoteNetworks
1617
* @property string $localNetworks
1718
* @property string $sync

src/eCloud/VpnSessionClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public function getEntityMap()
2222
'vpn_service_id' => 'vpnServiceId',
2323
'vpn_endpoint_id' => 'vpnEndpointId',
2424
'remote_ip' => 'remoteIp',
25+
'psk' => 'psk',
2526
'remote_networks' => 'remoteNetworks',
2627
'local_networks' => 'localNetworks',
2728
'sync' => 'sync',

0 commit comments

Comments
 (0)