Delete Role Custom Permission
quicksight_delete_role_custom_permission | R Documentation |
Removes custom permissions from the role¶
Description¶
Removes custom permissions from the role.
Usage¶
quicksight_delete_role_custom_permission(Role, AwsAccountId, Namespace)
Arguments¶
Role |
[required] The role that you want to remove permissions from. |
AwsAccountId |
[required] The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the 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(
RequestId = "string",
Status = 123
)
Request syntax¶
svc$delete_role_custom_permission(
Role = "ADMIN"|"AUTHOR"|"READER"|"ADMIN_PRO"|"AUTHOR_PRO"|"READER_PRO",
AwsAccountId = "string",
Namespace = "string"
)