createFindingsReport
abstract suspend fun createFindingsReport(input: CreateFindingsReportRequest): CreateFindingsReportResponse
Creates a finding report. By default only ACTIVE
findings are returned in the report. To see SUPRESSED
or CLOSED
findings you must specify a value for the findingStatus
filter criteria.