Values.NetworkSourceThe details of network-related information about a finding.
type nonrec t = {direction : NetworkDirection.t option;The direction of network traffic associated with a finding.
*)protocol : NonEmptyString.t option;The protocol of network-related information about a finding. Length Constraints: Minimum of 1. Maximum of 16.
*)openPortRange : PortRange.t option;The range of open ports that is present on the network.
*)sourceIpV4 : NonEmptyString.t option;The source IPv4 address of network-related information about a finding.
*)sourceIpV6 : NonEmptyString.t option;The source IPv6 address of network-related information about a finding.
*)sourcePort : Integer.t option;The source port of network-related information about a finding.
*)sourceDomain : NonEmptyString.t option;The source domain of network-related information about a finding. Length Constraints: Minimum of 1. Maximum of 128.
*)sourceMac : NonEmptyString.t option;The source media access control (MAC) address of network-related information about a finding.
*)destinationIpV4 : NonEmptyString.t option;The destination IPv4 address of network-related information about a finding.
*)destinationIpV6 : NonEmptyString.t option;The destination IPv6 address of network-related information about a finding.
*)destinationPort : Integer.t option;The destination port of network-related information about a finding.
*)destinationDomain : NonEmptyString.t option;The destination domain of network-related information about a finding. Length Constraints: Minimum of 1. Maximum of 128.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of NonEmptyString.t
| `Structure of (string * [> `Integer of Integer.t ]) list ])
list ]