auditmanager_update_assessment {paws.management} | R 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. |
[Package paws.management version 0.9.0 Index]