Values_0.AuditTaskMetadataSourceThe audits that were performed.
type nonrec t = {taskId : AuditTaskId.t option;The ID of this audit.
*)taskStatus : AuditTaskStatus.t option;The status of this audit. One of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
*)taskType : AuditTaskType.t option;The type of this audit. One of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AuditTaskId.t ]) list ]