Values.DiscoveredEndpointSourceRepresents an endpoint discovered during a pentest job.
type nonrec t = {uri : String_.t option;The URI of the discovered endpoint.
*)pentestJobId : String_.t option;The unique identifier of the pentest job that discovered the endpoint.
*)taskId : String_.t option;The unique identifier of the task that discovered the endpoint.
*)agentSpaceId : String_.t option;The unique identifier of the agent space associated with the discovered endpoint.
*)evidence : String_.t option;The evidence that led to the discovery of the endpoint.
*)operation : String_.t option;The HTTP operation associated with the discovered endpoint.
*)description : String_.t option;A description of the discovered endpoint.
*)}