Produces an assessment report that includes detailed and comprehensive results of a specified assessment run.
inspector_get_assessment_report(assessmentRunArn, reportFileFormat,
reportType)
A list with the following syntax:
list(
status = "WORK_IN_PROGRESS"|"FAILED"|"COMPLETED",
url = "string"
)
[required] The ARN that specifies the assessment run for which you want to generate a report.
[required] Specifies the file format (html or pdf) of the assessment report that you want to generate.
[required] Specifies the type of the assessment report that you want to generate. There are two types of assessment reports: a finding report and a full report. For more information, see Assessment Reports.
svc$get_assessment_report(
assessmentRunArn = "string",
reportFileFormat = "HTML"|"PDF",
reportType = "FINDING"|"FULL"
)