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

View source: R/accessanalyzer_operations.R

accessanalyzer_list_findingsR Documentation

Retrieves a list of findings generated by the specified analyzer

Description

Retrieves a list of findings generated by the specified analyzer.

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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.