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