Creates an assessment in Audit Manager.
See https://www.paws-r-sdk.com/docs/auditmanager_create_assessment/ for full documentation.
auditmanager_create_assessment(
name,
description = NULL,
assessmentReportsDestination,
scope,
roles,
frameworkId,
tags = NULL
)
[required] The name of the assessment to be created.
The optional description of the assessment to be created.
[required] The assessment report storage destination for the assessment that's being created.
[required]
[required] The list of roles for the assessment.
[required] The identifier for the framework that the assessment will be created from.
The tags that are associated with the assessment.