View source: R/accessanalyzer_operations.R
| accessanalyzer_list_findings_v2 | R Documentation | 
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
)
| analyzerArn | [required] The ARN of the analyzer to retrieve findings from. | 
| filter | A filter to match for the findings to return. | 
| maxResults | The maximum number of results to return in the response. | 
| nextToken | A token used for pagination of results returned. | 
| sort | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.