Values.PentestJobSummarySourceContains summary information about a pentest job.
type nonrec t = {pentestJobId : String_.t option;The unique identifier of the pentest job.
*)pentestId : String_.t option;The unique identifier of the pentest associated with the job.
*)title : String_.t option;The title of the pentest job.
*)status : JobStatus.t option;The current status of the pentest job.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time the pentest job was created, in UTC format.
*)updatedAt : SyntheticTimestamp_date_time.t option;The date and time the pentest job was last updated, in UTC format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]