auditmanager_create_assessment: Creates an assessment in Audit Manager

View source: R/auditmanager_operations.R

auditmanager_create_assessmentR Documentation

Creates an assessment in Audit Manager

Description

Creates an assessment in Audit Manager.

See https://www.paws-r-sdk.com/docs/auditmanager_create_assessment/ for full documentation.

Usage

auditmanager_create_assessment(
  name,
  description = NULL,
  assessmentReportsDestination,
  scope,
  roles,
  frameworkId,
  tags = NULL
)

Arguments

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.