Describe Account Custom Permission
| quicksight_describe_account_custom_permission | R Documentation |
Describes the custom permissions profile that is applied to an account¶
Description¶
Describes the custom permissions profile that is applied to an account.
Usage¶
quicksight_describe_account_custom_permission(AwsAccountId)
Arguments¶
AwsAccountId |
[required] The ID of the Amazon Web Services account for which you want to describe the applied custom permissions profile. |
Value¶
A list with the following syntax:
list(
CustomPermissionsName = "string",
RequestId = "string",
Status = 123
)
Request syntax¶
svc$describe_account_custom_permission(
AwsAccountId = "string"
)