Values.ControlInsightsMetadataItemSourceA summary of the latest analytics data for a specific control. This data reflects the total counts for the specified control across all active assessments. Control insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.
type nonrec t = {name : String_.t option;The name of the control.
*)id : ControlDomainId.t option;The unique identifier for the control.
*)evidenceInsights : EvidenceInsights.t option;A breakdown of the compliance check status for the evidence that’s associated with the control.
*)lastUpdated : Timestamp.t option;The time when the control insights were last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of (string * [> `Integer of NullableInteger.t ]) list
| `Timestamp of Timestamp.t ])
list ]