auditmanager_update_control {paws.management} | R Documentation |
Updates a custom control in Audit Manager
Description
Updates a custom control in Audit Manager.
See https://www.paws-r-sdk.com/docs/auditmanager_update_control/ for full documentation.
Usage
auditmanager_update_control(
controlId,
name,
description = NULL,
testingInformation = NULL,
actionPlanTitle = NULL,
actionPlanInstructions = NULL,
controlMappingSources
)
Arguments
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. |
[Package paws.management version 0.9.0 Index]