SecurityGatewayData

SecurityGatewayData
SecurityGatewayData

Security gateway data associated with the session.

JSON Example
{
    "address": "127.0.0.1",
    "domain_name": "SECURE-GW.example.com",
    "location": "EXTERNAL"
}
string
address
Optional

IP address of the security gateway. This property need not be set.
Supported Filters : 'Equals'. This property can be used for sorting.

string
domain_name
Optional

Computer machine name or DNS name of the security gateway. This property need not be set.
Supported Filters : 'Equals'. This property can be used for sorting.

string
location
Optional

Location of the security gateway. This property need not be set.
Supported Filters : 'Equals'. This property can be used for sorting.

  • EXTERNAL: Gateway location is external.
  • INTERNAL: Gateway location is internal.
  • UNKNOWN: Gateway location is unknown.
Possible values are : EXTERNAL, INTERNAL, UNKNOWN,