Update an existing user group
Body parameter
{ "name": "string", "vpnRegionIds": [ "string" ], "internetAccess": "SPLIT_TUNNEL_ON", "maxDevice": 0, "connectAuth": "NO_AUTH", "allRegionsIncluded": true, "gatewaysIds": [ "string" ] }
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
id | path | string | true | none |
body | body | true | none | |
» name | body | string | false | none |
» vpnRegionIds | body | [string] | false | none |
» internetAccess | body | string | false | none |
» maxDevice | body | integer(int32) | false | none |
» connectAuth | body | string | false | none |
» allRegionsIncluded | body | boolean | false | none |
» gatewaysIds | body | [string] | false | none |
Enumerated Values
Parameter | Value |
---|---|
» internetAccess | SPLIT_TUNNEL_ON |
» internetAccess | SPLIT_TUNNEL_OFF |
» internetAccess | RESTRICTED_INTERNET |
» connectAuth | NO_AUTH |
» connectAuth | ON_PRIOR_AUTH |
» connectAuth | EVERY_TIME |
Responses
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK |
To perform this operation, you must be authenticated by means of one of the following methods: oauth