Values_1.DescribeAuditTaskResponseSourceGets information about a Device Defender audit. Requires permission to access the DescribeAuditTask action.
type nonrec t = {taskStatus : Values_0.AuditTaskStatus.t option;The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
*)taskType : Values_0.AuditTaskType.t option;The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
*)taskStartTime : Values_0.Timestamp.t option;The time the audit started.
*)taskStatistics : Values_0.TaskStatistics.t option;Statistical information about the audit.
*)scheduledAuditName : Values_0.ScheduledAuditName.t option;The name of the scheduled audit (only if the audit was a scheduled audit).
*)auditDetails : Values_0.AuditDetails.t option;Detailed information about each check performed during this audit.
*)}type nonrec error = [ | `InternalFailureException of Values_0.InternalFailureException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of string ]
* [> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Long of Awso.Import.Int64.t
| `String of string ])
list ])
list
| `String of Values_0.ScheduledAuditName.t
| `Structure of (string * [> `Integer of int ]) list
| `Timestamp of Values_0.Timestamp.t ])
list ]