auditmanager_create_assessment_report: Creates an assessment report for the specified assessment

View source: R/auditmanager_operations.R

auditmanager_create_assessment_reportR Documentation

Creates an assessment report for the specified assessment

Description

Creates an assessment report for the specified assessment.

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

Usage

auditmanager_create_assessment_report(
  name,
  description = NULL,
  assessmentId,
  queryStatement = NULL
)

Arguments

name

[required] The name of the new assessment report.

description

The description of the assessment report.

assessmentId

[required] The identifier for the assessment.

queryStatement

A SQL statement that represents an evidence finder query.

Provide this parameter when you want to generate an assessment report from the results of an evidence finder search query. When you use this parameter, Audit Manager generates a one-time report using only the evidence from the query output. This report does not include any assessment evidence that was manually added to a report using the console, or associated with a report using the API.

To use this parameter, the enablementStatus of evidence finder must be ENABLED.

For examples and help resolving queryStatement validation exceptions, see Troubleshooting evidence finder issues in the Audit Manager User Guide.


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