Values.PentestSummarySourceContains summary information about a pentest.
type nonrec t = {pentestId : String_.t option;The unique identifier of the pentest.
*)agentSpaceId : String_.t option;The unique identifier of the agent space that contains the pentest.
*)title : String_.t option;The title of the pentest.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time the pentest was created, in UTC format.
*)updatedAt : SyntheticTimestamp_date_time.t option;The date and time the pentest was last updated, in UTC format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]