Values.BatchUpdateFindingsV2ProcessedFindingSourceThe list of findings that were updated.
type nonrec t = {findingIdentifier : OcsfFindingIdentifier.t option;The finding identifier of a processed finding.
*)metadataUid : NonEmptyString.t option;The metadata.uid of a processed finding.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]