Values.CreateControlRequestSourceCreates a new custom control in Audit Manager.
type nonrec t = {name : ControlName.t;The name of the control.
*)description : ControlDescription.t option;The description of the control.
*)testingInformation : TestingInformation.t option;The steps to follow to determine if the control is satisfied.
*)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 : CreateControlMappingSources.t;The data mapping sources for the control.
*)}val make :
?description:??? ->
?testingInformation:??? ->
?actionPlanTitle:??? ->
?actionPlanInstructions:??? ->
?tags:??? ->
name:ControlName.t ->
controlMappingSources:CreateControlMappingSources.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of SourceName.t
| `Structure of
(string
* [> `Enum of string | `String of KeywordValue.t ])
list ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ControlName.t ])
list ]