Values.BatchGetPentestsInputSourceInput for retrieving multiple pentests by their IDs.
type nonrec t = {pentestIds : PentestIdList.t;The list of pentest identifiers to retrieve.
*)agentSpaceId : String_.t;The unique identifier of the agent space that contains the pentests.
*)}