Retrieves a list of findings generated by the specified analyzer. ListFindings and ListFindingsV2 both use access-analyzer:ListFindings
in the Action
element of an IAM policy statement. You must have permission to perform the access-analyzer:ListFindings
action.
See https://www.paws-r-sdk.com/docs/accessanalyzer_list_findings_v2/ for full documentation.
accessanalyzer_list_findings_v2(
analyzerArn,
filter = NULL,
maxResults = NULL,
nextToken = NULL,
sort = NULL
)
[required] The ARN of the analyzer to retrieve findings from.
A filter to match for the findings to return.
The maximum number of results to return in the response.
A token used for pagination of results returned.