quicksight_update_folder_permissions: Updates permissions of a folder

View source: R/quicksight_operations.R

quicksight_update_folder_permissionsR Documentation

Updates permissions of a folder

Description

Updates permissions of a folder.

See https://www.paws-r-sdk.com/docs/quicksight_update_folder_permissions/ for full documentation.

Usage

quicksight_update_folder_permissions(
  AwsAccountId,
  FolderId,
  GrantPermissions = NULL,
  RevokePermissions = NULL
)

Arguments

AwsAccountId

[required] The ID for the Amazon Web Services account that contains the folder to update.

FolderId

[required] The ID of the folder.

GrantPermissions

The permissions that you want to grant on a resource.

RevokePermissions

The permissions that you want to revoke from a resource.


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