Values_1.DescribeAuditMitigationActionsTaskRequestSourceGets information about an audit mitigation task that is used to apply mitigation actions to a set of audit findings. Properties include the actions being applied, the audit checks to which they're being applied, the task status, and aggregated task statistics.
type nonrec t = {taskId : Values_0.MitigationActionsTaskId.t;The unique identifier for the audit mitigation task.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.MitigationActionsTaskId.t ]) list ]