Values.ActorSourceRepresents an actor used during penetration testing. An actor defines a user or entity that interacts with the target application, including authentication credentials and target URIs.
type nonrec t = {identifier : String_.t option;The unique identifier for the actor.
*)uris : UriList.t option;The list of URIs that the actor targets during testing.
*)authentication : Authentication.t option;The authentication configuration for the actor.
*)description : String_.t option;A description of the actor.
*)}