accessanalyzer_list_policy_generations {paws.security.identity} | R 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 |
maxResults |
The maximum number of results to return in the response. |
nextToken |
A token used for pagination of results returned. |
[Package paws.security.identity version 0.6.1 Index]