auditmanager_update_assessment: Edits an Audit Manager assessment

View source: R/auditmanager_operations.R

auditmanager_update_assessmentR Documentation

Edits an Audit Manager assessment

Description

Edits an Audit Manager assessment.

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

Usage

auditmanager_update_assessment(
  assessmentId,
  assessmentName = NULL,
  assessmentDescription = NULL,
  scope,
  assessmentReportsDestination = NULL,
  roles = NULL
)

Arguments

assessmentId

[required] The unique identifier for the assessment.

assessmentName

The name of the assessment to be updated.

assessmentDescription

The description of the assessment.

scope

[required] The scope of the assessment.

assessmentReportsDestination

The assessment report storage destination for the assessment that's being updated.

roles

The list of roles for the assessment.


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