Retrieves a list of findings generated by the specified analyzer.
See https://www.paws-r-sdk.com/docs/accessanalyzer_list_findings/ for full documentation.
accessanalyzer_list_findings(
analyzerArn,
filter = NULL,
sort = NULL,
nextToken = NULL,
maxResults = NULL
)
[required] The ARN of the analyzer to retrieve findings from.
A filter to match for the findings to return.
The sort order for the findings returned.
A token used for pagination of results returned.
The maximum number of results to return in the response.