Learn R Programming

paws.security.identity (version 0.7.0)

accessanalyzer_list_findings: Retrieves a list of findings generated by the specified analyzer

Description

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.

Usage

accessanalyzer_list_findings(
  analyzerArn,
  filter = NULL,
  sort = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

analyzerArn

[required] The ARN of the analyzer to retrieve findings from.

filter

A filter to match for the findings to return.

sort

The sort order for the findings returned.

nextToken

A token used for pagination of results returned.

maxResults

The maximum number of results to return in the response.