{
"taskStatus": "IN_PROGRESS",
"taskType": "ON_DEMAND_AUDIT_TASK",
"taskStartTime": "string",
"taskStatistics": {
"totalChecks": 0,
"inProgressChecks": 0,
"waitingForDataCollectionChecks": 0,
"compliantChecks": 0,
"nonCompliantChecks": 0,
"failedChecks": 0,
"canceledChecks": 0
},
"scheduledAuditName": "string",
"auditDetails": {
"property1": {
"checkRunStatus": "IN_PROGRESS",
"checkCompliant": true,
"totalResourcesCount": 0,
"nonCompliantResourcesCount": 0,
"suppressedNonCompliantResourcesCount": 0,
"errorCode": "string",
"message": "string"
}
}
}