auditmanager_update_control: Updates a custom control in Audit Manager

View source: R/auditmanager_operations.R

auditmanager_update_controlR 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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.