Values.ActorProcessSourceContains information about a process involved in a GuardDuty finding, including process identification, execution details, and file information.
type nonrec t = {name : ProcessName.t option;The name of the process as it appears in the system.
*)path : ProcessPath.t option;The full file path to the process executable on the system.
*)sha256 : ProcessSha256.t option;The SHA256 hash of the process executable file, which can be used for identification and verification purposes.
*)}