Update User Custom Permission
quicksight_update_user_custom_permission | R Documentation |
Updates a custom permissions profile for a user¶
Description¶
Updates a custom permissions profile for a user.
Usage¶
quicksight_update_user_custom_permission(UserName, AwsAccountId,
Namespace, CustomPermissionsName)
Arguments¶
UserName |
[required] The username of the user that you want to update custom permissions for. |
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the custom permission configuration that you want to update. |
Namespace |
[required] The namespace that the user belongs to. |
CustomPermissionsName |
[required] The name of the custom permissions that you want to update. |
Value¶
A list with the following syntax:
list(
RequestId = "string",
Status = 123
)
Request syntax¶
svc$update_user_custom_permission(
UserName = "string",
AwsAccountId = "string",
Namespace = "string",
CustomPermissionsName = "string"
)