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.

string
domain_name
Optional

Computer machine name or DNS name of the security gateway. This property need not be set.

string
location
Optional

Location of the security gateway. This property need not be set.

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