View source: R/auditmanager_operations.R
auditmanager_update_assessment_control_set_status | R Documentation |
Updates the status of a control set in an Audit Manager assessment.
See https://www.paws-r-sdk.com/docs/auditmanager_update_assessment_control_set_status/ for full documentation.
auditmanager_update_assessment_control_set_status(
assessmentId,
controlSetId,
status,
comment
)
assessmentId |
[required] The unique identifier for the assessment. |
controlSetId |
[required] The unique identifier for the control set. |
status |
[required] The status of the control set that's being updated. |
comment |
[required] The comment that's related to the status update. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.