quicksight_list_iam_policy_assignments_for_user {paws.analytics} | R Documentation |
Lists all of the IAM policy assignments, including the Amazon Resource Names (ARNs), for the IAM policies assigned to the specified user and group, or groups that the user belongs to
Description
Lists all of the IAM policy assignments, including the Amazon Resource Names (ARNs), for the IAM policies assigned to the specified user and group, or groups that the user belongs to.
See https://www.paws-r-sdk.com/docs/quicksight_list_iam_policy_assignments_for_user/ for full documentation.
Usage
quicksight_list_iam_policy_assignments_for_user(
AwsAccountId,
UserName,
NextToken = NULL,
MaxResults = NULL,
Namespace
)
Arguments
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the assignments. |
UserName |
[required] The name of the user. |
NextToken |
The token for the next set of results, or null if there are no more results. |
MaxResults |
The maximum number of results to be returned per request. |
Namespace |
[required] The namespace of the assignment. |
[Package paws.analytics version 0.7.0 Index]