accessanalyzer_list_access_previews {paws.security.identity} | R Documentation |
Retrieves a list of access previews for the specified analyzer.
See https://www.paws-r-sdk.com/docs/accessanalyzer_list_access_previews/ for full documentation.
accessanalyzer_list_access_previews(
analyzerArn,
nextToken = NULL,
maxResults = NULL
)
analyzerArn |
[required] The ARN of the analyzer used to generate the access preview. |
nextToken |
A token used for pagination of results returned. |
maxResults |
The maximum number of results to return in the response. |