UserGroupRequest
{ "name": "string", "vpnRegionIds": [ "string" ], "internetAccess": "SPLIT_TUNNEL_ON", "maxDevice": 0, "connectAuth": "NO_AUTH", "allRegionsIncluded": true, "gatewaysIds": [ "string" ] }
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
name | string | false | none | none |
vpnRegionIds | [string] | false | none | none |
internetAccess | string | false | none | none |
maxDevice | integer(int32) | false | none | none |
connectAuth | string | false | none | none |
allRegionsIncluded | boolean | false | none | none |
gatewaysIds | [string] | false | none | none |
Enumerated Values
Property | Value |
---|---|
internetAccess | SPLIT_TUNNEL_ON |
internetAccess | SPLIT_TUNNEL_OFF |
internetAccess | RESTRICTED_INTERNET |
connectAuth | NO_AUTH |
connectAuth | ON_PRIOR_AUTH |
connectAuth | EVERY_TIME |