List Role Memberships
quicksight_list_role_memberships | R Documentation |
Lists all groups that are associated with a role¶
Description¶
Lists all groups that are associated with a role.
Usage¶
quicksight_list_role_memberships(Role, NextToken, MaxResults,
AwsAccountId, Namespace)
Arguments¶
Role |
[required] The name of the role. |
NextToken |
A pagination token that can be used in a subsequent request. |
MaxResults |
The maximum number of results to return. |
AwsAccountId |
[required] The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account. |
Namespace |
[required] The namespace that includes the role. |
Value¶
A list with the following syntax:
list(
MembersList = list(
"string"
),
NextToken = "string",
RequestId = "string",
Status = 123
)
Request syntax¶
svc$list_role_memberships(
Role = "ADMIN"|"AUTHOR"|"READER"|"ADMIN_PRO"|"AUTHOR_PRO"|"READER_PRO",
NextToken = "string",
MaxResults = 123,
AwsAccountId = "string",
Namespace = "string"
)