View source: R/auditmanager_operations.R
auditmanager_update_assessment | R Documentation |
Edits an Audit Manager assessment.
See https://www.paws-r-sdk.com/docs/auditmanager_update_assessment/ for full documentation.
auditmanager_update_assessment(
assessmentId,
assessmentName = NULL,
assessmentDescription = NULL,
scope,
assessmentReportsDestination = NULL,
roles = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.