quicksight_update_data_set_permissions {paws.analytics} | R Documentation |
Updates the permissions on a dataset
Description
Updates 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. |
[Package paws.analytics version 0.7.0 Index]