View source: R/auditmanager_operations.R
auditmanager_update_control | R Documentation |
Updates a custom control in Audit Manager.
See https://www.paws-r-sdk.com/docs/auditmanager_update_control/ for full documentation.
auditmanager_update_control(
controlId,
name,
description = NULL,
testingInformation = NULL,
actionPlanTitle = NULL,
actionPlanInstructions = NULL,
controlMappingSources
)
controlId |
[required] The identifier for the control. |
name |
[required] The name of the updated control. |
description |
The optional description of the control. |
testingInformation |
The steps that you should follow to determine if the control is met. |
actionPlanTitle |
The title of the action plan for remediating the control. |
actionPlanInstructions |
The recommended actions to carry out if the control isn't fulfilled. |
controlMappingSources |
[required] The data mapping sources for the control. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.