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.
accessanalyzer_list_policy_generations(
principalArn = NULL,
maxResults = NULL,
nextToken = NULL
)
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.
The maximum number of results to return in the response.
A token used for pagination of results returned.