Updates a control within an assessment in Audit Manager.
See https://paws-r.github.io/docs/auditmanager/update_assessment_control.html for full documentation.
auditmanager_update_assessment_control(
assessmentId,
controlSetId,
controlId,
controlStatus = NULL,
commentBody = NULL
)[required] The unique identifier for the assessment.
[required] The unique identifier for the control set.
[required] The unique identifier for the control.
The status of the control.
The comment body text for the control.