Values.PortProbeActionSourceProvided if ActionType is PORT_PROBE. It provides details about the attempted port probe that was detected.
type nonrec t = {portProbeDetails : PortProbeDetailList.t option;Information about the ports affected by the port probe.
*)blocked : Boolean.t option;Indicates whether the port probe was blocked.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of Integer.t
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Double of Double.t
| `Integer of Integer.t
| `String of NonEmptyString.t ])
list ])
list ])
list ]
list ])
list ]