Values.FlaggedIpAddressDetailSourceContains information on suspicious IP addresses identified as indicators of compromise. This indicator is derived from Amazon Web Services threat intelligence.
type nonrec t = {ipAddress : IpAddress.t option;IP address of the suspicious entity.
*)reason : Reason.t option;Details the reason the IP address was flagged as suspicious.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of IpAddress.t ]) list ]