Values.ActorSourceInformation about the actors involved in an attack sequence.
type nonrec t = {id : String_.t option;ID of the threat actor.
*)user : User.t option;Contains information about the user credentials used by the threat actor.
*)session : Session.t option;Contains information about the user session where the activity initiated.
*)process : ActorProcess.t option;Contains information about the process associated with the threat actor. This includes details such as process name, path, execution time, and unique identifiers that help track the actor's activities within the system.
*)}