Updates the permissions on a dataset
Source:R/quicksight_operations.R
quicksight_update_data_set_permissions.RdUpdates the permissions on a dataset.
See https://www.paws-r-sdk.com/docs/quicksight_update_data_set_permissions/ for full documentation.
Usage
quicksight_update_data_set_permissions(
AwsAccountId,
DataSetId,
GrantPermissions = NULL,
RevokePermissions = NULL
)Arguments
- AwsAccountId
[required] The Amazon Web Services account ID.
- DataSetId
[required] The ID for the dataset whose permissions you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- GrantPermissions
The resource permissions that you want to grant to the dataset.
- RevokePermissions
The resource permissions that you want to revoke from the dataset.