Values.UpdateAssessmentControlSetStatusRequestSourceUpdates the status of a control set in an Audit Manager assessment.
type nonrec t = {assessmentId : UUID.t;The unique identifier for the assessment.
*)controlSetId : String_.t;The unique identifier for the control set.
*)status : ControlSetStatus.t;The status of the control set that's being updated.
*)comment : DelegationComment.t;The comment that's related to the status update.
*)}val make :
assessmentId:UUID.t ->
controlSetId:String_.t ->
status:ControlSetStatus.t ->
comment:DelegationComment.t ->
unit ->
t