quicksight_list_custom_permissions {paws.analytics} | R Documentation |
Returns a list of all the custom permissions profiles
Description
Returns a list of all the custom permissions profiles.
See https://www.paws-r-sdk.com/docs/quicksight_list_custom_permissions/ for full documentation.
Usage
quicksight_list_custom_permissions(
AwsAccountId,
MaxResults = NULL,
NextToken = NULL
)
Arguments
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the custom permissions profiles that you want to list. |
MaxResults |
The maximum number of results to return. |
NextToken |
The token for the next set of results, or null if there are no more results. |
[Package paws.analytics version 0.9.0 Index]