Values.UpdateControlRequestSourceUpdates a custom control in Audit Manager.
type nonrec t = {controlId : UUID.t;The identifier for the control.
*)name : ControlName.t;The name of the updated control.
*)description : ControlDescription.t option;The optional description of the control.
*)testingInformation : TestingInformation.t option;The steps that you should follow to determine if the control is met.
*)actionPlanTitle : ActionPlanTitle.t option;The title of the action plan for remediating the control.
*)actionPlanInstructions : ActionPlanInstructions.t option;The recommended actions to carry out if the control isn't fulfilled.
*)controlMappingSources : ControlMappingSources.t;The data mapping sources for the control.
*)}val make :
?description:??? ->
?testingInformation:??? ->
?actionPlanTitle:??? ->
?actionPlanInstructions:??? ->
controlId:UUID.t ->
name:ControlName.t ->
controlMappingSources:ControlMappingSources.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of UUID.t
| `Structure of
(string
* [> `Enum of string | `String of KeywordValue.t ])
list ])
list ]
list
| `String of UUID.t ])
list ]