View source: R/auditmanager_operations.R
auditmanager_create_assessment | R Documentation |
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
)
name |
[required] The name of the assessment to be created. |
description |
The optional description of the assessment to be created. |
assessmentReportsDestination |
[required] The assessment report storage destination for the assessment that's being created. |
scope |
[required] |
roles |
[required] The list of roles for the assessment. |
frameworkId |
[required] The identifier for the framework that the assessment will be created from. |
tags |
The tags that are associated with the assessment. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.