Values_0.NonCompliantSummarySourceA summary of resources that aren't compliant. The summary is organized according to resource type.
type nonrec t = {nonCompliantCount : ComplianceSummaryCount.t option;The total number of compliance items that aren't compliant.
*)severitySummary : SeveritySummary.t option;A summary of the non-compliance severity by compliance type
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of ComplianceSummaryCount.t
| `Structure of
(string * [> `Integer of ComplianceSummaryCount.t ]) list ])
list ]