auditmanager_update_assessment_control_set_status: Updates the status of a control set in an Audit Manager...

View source: R/auditmanager_operations.R

auditmanager_update_assessment_control_set_statusR Documentation

Updates the status of a control set in an Audit Manager assessment

Description

Updates the status of a control set in an Audit Manager assessment.

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

Usage

auditmanager_update_assessment_control_set_status(
  assessmentId,
  controlSetId,
  status,
  comment
)

Arguments

assessmentId

[required] The unique identifier for the assessment.

controlSetId

[required] The unique identifier for the control set.

status

[required] The status of the control set that's being updated.

comment

[required] The comment that's related to the status update.


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