accessanalyzer_list_policy_generations: Lists all of the policy generations requested in the last...

View source: R/accessanalyzer_operations.R

accessanalyzer_list_policy_generationsR Documentation

Lists all of the policy generations requested in the last seven days

Description

Lists all of the policy generations requested in the last seven days.

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

Usage

accessanalyzer_list_policy_generations(
  principalArn = NULL,
  maxResults = NULL,
  nextToken = NULL
)

Arguments

principalArn

The ARN of the IAM entity (user or role) for which you are generating a policy. Use this with ListGeneratedPolicies to filter the results to only include results for a specific principal.

maxResults

The maximum number of results to return in the response.

nextToken

A token used for pagination of results returned.


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