Values.CreateAssessmentFrameworkControlSetSourceA controlSet entity that represents a collection of controls in Audit Manager. This doesn't contain the control set ID.
type nonrec t = {name : ControlSetName.t;The name of the control set.
*)controls : CreateAssessmentFrameworkControls.t option;The list of controls within the control set. This doesn't contain the control set ID.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of UUID.t ]) list ] list
| `String of ControlSetName.t ])
list ]