Values_0.AuditMitigationActionsTaskTargetSourceUsed in MitigationActionParams, this information identifies the target findings to which the mitigation actions are applied. Only one entry appears.
type nonrec t = {auditTaskId : AuditTaskId.t option;If the task will apply a mitigation action to findings from a specific audit, this value uniquely identifies the audit.
*)findingIds : FindingIds.t option;If the task will apply a mitigation action to one or more listed findings, this value uniquely identifies those findings.
*)auditCheckToReasonCodeFilter : AuditCheckToReasonCodeFilter.t option;Specifies a filter in the form of an audit check and set of reason codes that identify the findings from the audit to which the audit mitigation actions task apply.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of FindingId.t ] list
| `Map of
([> `String of AuditCheckName.t ]
* [> `List of [> `String of ReasonForNonComplianceCode.t ] list ])
list
| `String of AuditTaskId.t ])
list ]