Values.BatchGetPentestJobTasksInputSourceInput for retrieving multiple tasks associated with a pentest job.
type nonrec t = {agentSpaceId : String_.t;The unique identifier of the agent space that contains the tasks.
*)taskIds : TaskIdList.t;The list of task identifiers to retrieve.
*)}