Values.BatchUpdateFindingsV2UnprocessedFindingSourceThe list of findings that were not updated.
type nonrec t = {findingIdentifier : OcsfFindingIdentifier.t option;The finding identifier of an unprocessed finding.
*)metadataUid : NonEmptyString.t option;The metadata.uid of an unprocessed finding.
*)errorCode : BatchUpdateFindingsV2UnprocessedFindingErrorCode.t option;Indicates the specific type of error preventing successful processing of a finding during a batch update operation.
*)errorMessage : NonEmptyString.t option;A detailed description of why a finding could not be processed during a batch update operation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]