quicksight_update_dashboard_permissions {paws.analytics} | R Documentation |
Updates read and write permissions on a dashboard
Description
Updates read and write permissions on a dashboard.
See https://www.paws-r-sdk.com/docs/quicksight_update_dashboard_permissions/ for full documentation.
Usage
quicksight_update_dashboard_permissions(
AwsAccountId,
DashboardId,
GrantPermissions = NULL,
RevokePermissions = NULL,
GrantLinkPermissions = NULL,
RevokeLinkPermissions = NULL
)
Arguments
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the dashboard whose permissions you're updating. |
DashboardId |
[required] The ID for the dashboard. |
GrantPermissions |
The permissions that you want to grant on this resource. |
RevokePermissions |
The permissions that you want to revoke from this resource. |
GrantLinkPermissions |
Grants link permissions to all users in a defined namespace. |
RevokeLinkPermissions |
Revokes link permissions from all users in a defined namespace. |
[Package paws.analytics version 0.9.0 Index]