Values.ActionRemoteIpDetailsSourceFor AwsApiAction, NetworkConnectionAction, and PortProbeAction, RemoteIpDetails provides information about the remote IP address that was involved in the action.
type nonrec t = {ipAddressV4 : NonEmptyString.t option;The IP address.
*)organization : IpOrganizationDetails.t option;The internet service provider (ISP) organization associated with the remote IP address.
*)country : Country.t option;The country where the remote IP address is located.
*)city : City.t option;The city where the remote IP address is located.
*)geoLocation : GeoLocation.t option;The coordinates of the location of the remote IP address.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Double of Double.t
| `Integer of Integer.t
| `String of NonEmptyString.t ])
list ])
list ]