Learn R Programming

paws.security.identity (version 0.7.0)

accessanalyzer_list_policy_generations: 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.