View source: R/auditmanager_operations.R
auditmanager_create_control | R Documentation |
Creates a new custom control in Audit Manager.
See https://www.paws-r-sdk.com/docs/auditmanager_create_control/ for full documentation.
auditmanager_create_control(
name,
description = NULL,
testingInformation = NULL,
actionPlanTitle = NULL,
actionPlanInstructions = NULL,
controlMappingSources,
tags = NULL
)
name |
[required] The name of the control. |
description |
The description of the control. |
testingInformation |
The steps to follow to determine if the control is satisfied. |
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. |
tags |
The tags that are associated with the control. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.