Edits an Audit Manager assessment
Source:R/auditmanager_operations.R
auditmanager_update_assessment.RdEdits 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.