quicksight_update_dashboard_permissions: Updates read and write permissions on a dashboard

View source: R/quicksight_operations.R

quicksight_update_dashboard_permissionsR 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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.