Values.AssessmentControlSourceThe control entity that represents a standard control or a custom control in an Audit Manager assessment.
type nonrec t = {id : UUID.t option;The identifier for the control.
*)name : ControlName.t option;The name of the control.
*)description : ControlDescription.t option;The description of the control.
*)status : ControlStatus.t option;The status of the control.
*)response : ControlResponse.t option;The response of the control.
*)comments : ControlComments.t option;The list of comments that's attached to the control.
*)evidenceSources : EvidenceSources.t option;The list of data sources for the evidence.
*)evidenceCount : Integer.t option;The amount of evidence that's collected for the control.
*)assessmentReportEvidenceCount : Integer.t option;The amount of evidence in the assessment report.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of
[> `String of NonEmptyString.t
| `Structure of
(string * [> `String of Username.t | `Timestamp of Timestamp.t ])
list ]
list
| `String of UUID.t ])
list ]