Values.UpdateAssessmentFrameworkRequestSourceUpdates a custom framework in Audit Manager.
type nonrec t = {frameworkId : UUID.t;The unique identifier for the framework.
*)name : FrameworkName.t;The name of the framework to be updated.
*)description : FrameworkDescription.t option;The description of the updated framework.
*)complianceType : ComplianceType.t option;The compliance type that the new custom framework supports, such as CIS or HIPAA.
*)controlSets : UpdateAssessmentFrameworkControlSets.t;The control sets that are associated with the framework. The Controls object returns a partial response when called through Framework APIs. For a complete Controls object, use GetControl.
*)}val make :
?description:??? ->
?complianceType:??? ->
frameworkId:UUID.t ->
name:FrameworkName.t ->
controlSets:UpdateAssessmentFrameworkControlSets.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of UUID.t ]) list ]
list
| `String of ControlSetName.t ])
list ]
list
| `String of UUID.t ])
list ]