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/ 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.