accessanalyzer_list_access_preview_findings: Retrieves a list of access preview findings generated by the...

View source: R/accessanalyzer_operations.R

accessanalyzer_list_access_preview_findingsR Documentation

Retrieves a list of access preview findings generated by the specified access preview

Description

Retrieves a list of access preview findings generated by the specified access preview.

See https://www.paws-r-sdk.com/docs/accessanalyzer_list_access_preview_findings/ for full documentation.

Usage

accessanalyzer_list_access_preview_findings(
  accessPreviewId,
  analyzerArn,
  filter = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

accessPreviewId

[required] The unique ID for the access preview.

analyzerArn

[required] The ARN of the analyzer used to generate the access.

filter

Criteria to filter the returned findings.

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.