Values.FindingSummarySourceIdentifying information about the finding.
type nonrec t = {id : FindingId.t option;The ID of the finding.
*)lastModifiedTime : Timestamp.t option;The timestamp for when the finding was last updated.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of FindingId.t | `Timestamp of Timestamp.t ]) list ]