Values_0.AuditMitigationActionsTaskMetadataSourceInformation about an audit mitigation actions task that is returned by ListAuditMitigationActionsTasks.
type nonrec t = {taskId : MitigationActionsTaskId.t option;The unique identifier for the task.
*)startTime : Timestamp.t option;The time at which the audit mitigation actions task was started.
*)taskStatus : AuditMitigationActionsTaskStatus.t option;The current state of the audit mitigation actions task.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of MitigationActionsTaskId.t
| `Timestamp of Timestamp.t ])
list ]