UserGroupResponse
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "string",
"vpnRegionIds": [
"string"
],
"allRegionsIncluded": true,
"internetAccess": "SPLIT_TUNNEL_ON",
"maxDevice": 0,
"connectAuth": "NO_AUTH",
"systemSubnets": [
"string"
],
"gatewaysIds": [
"string"
]
}
Properties
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
id | string | false | none | none |
name | string | false | none | none |
vpnRegionIds | [string] | false | none | none |
allRegionsIncluded | boolean | false | none | none |
internetAccess | string | false | none | none |
maxDevice | integer(int32) | false | none | none |
connectAuth | string | false | none | none |
systemSubnets | [string] | 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 |