Values.DnsRequestActionSourceProvided if ActionType is DNS_REQUEST. It provides details about the DNS request that was detected.
type nonrec t = {domain : NonEmptyString.t option;The DNS domain that is associated with the DNS request. Length Constraints: 128.
*)protocol : NonEmptyString.t option;The protocol that was used for the DNS request. Length Constraints: Minimum length of 1. Maximum length of 64.
*)blocked : Boolean.t option;Indicates whether the DNS request was blocked.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]