auditmanager_update_assessment_control: Updates a control within an assessment in Audit Manager

View source: R/auditmanager_operations.R

auditmanager_update_assessment_controlR Documentation

Updates a control within an assessment in Audit Manager

Description

Updates a control within an assessment in Audit Manager.

See https://www.paws-r-sdk.com/docs/auditmanager_update_assessment_control/ for full documentation.

Usage

auditmanager_update_assessment_control(
  assessmentId,
  controlSetId,
  controlId,
  controlStatus = NULL,
  commentBody = NULL
)

Arguments

assessmentId

[required] The unique identifier for the assessment.

controlSetId

[required] The unique identifier for the control set.

controlId

[required] The unique identifier for the control.

controlStatus

The status of the control.

commentBody

The comment body text for the control.


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