Values_0.ComplianceSummaryItemSourceA summary of compliance information by compliance type.
type nonrec t = {complianceType : ComplianceTypeName.t option;The type of compliance item. For example, the compliance type can be Association, Patch, or Custom:string.
*)compliantSummary : CompliantSummary.t option;A list of COMPLIANT items for the specified compliance type.
*)nonCompliantSummary : NonCompliantSummary.t option;A list of NON_COMPLIANT items for the specified compliance type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ComplianceTypeName.t
| `Structure of
(string
* [> `Integer of ComplianceSummaryCount.t
| `Structure of
(string * [> `Integer of ComplianceSummaryCount.t ]) list ])
list ])
list ]