LocationContextResponse
{
"id": "string",
"name": "string",
"description": "string",
"userGroupsIds": [
"string"
],
"ipCheck": {
"allowed": true,
"ips": [
{
"ip": "string",
"description": "string"
}
]
},
"countryCheck": {
"countries": [
"string"
],
"allowed": true
},
"defaultCheck": {
"allowed": true
}
}
Properties
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
id | string | false | none | none |
name | string | false | none | none |
description | string | false | none | none |
userGroupsIds | [string] | false | none | none |
ipCheck | false | none | none | |
countryCheck | false | none | none | |
defaultCheck | false | none | none |