Values_0.CompliantSummarySourceA summary of resources that are compliant. The summary is organized according to the resource count for each compliance type.
type nonrec t = {compliantCount : ComplianceSummaryCount.t option;The total number of resources that are compliant.
*)severitySummary : SeveritySummary.t option;A summary of the 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 ]