Values_1.ResourceComplianceSummaryItemSourceCompliance summary information for a specific resource.
type nonrec t = {complianceType : Values_0.ComplianceTypeName.t option;The compliance type.
*)resourceType : Values_0.ComplianceResourceType.t option;The resource type.
*)resourceId : Values_0.ComplianceResourceId.t option;The resource ID.
*)status : Values_0.ComplianceStatus.t option;The compliance status for the resource.
*)overallSeverity : Values_0.ComplianceSeverity.t option;The highest severity item found for the resource. The resource is compliant for this item.
*)executionSummary : Values_0.ComplianceExecutionSummary.t option;Information about the execution.
*)compliantSummary : Values_0.CompliantSummary.t option;A list of items that are compliant for the resource.
*)nonCompliantSummary : Values_0.NonCompliantSummary.t option;A list of items that aren't compliant for the resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.ComplianceTypeName.t
| `Structure of
(string
* [> `Integer of int
| `String of string
| `Structure of (string * [> `Integer of int ]) list
| `Timestamp of string ])
list ])
list ]