quicksight_update_theme_permissions {paws.analytics} | R Documentation |
Updates the resource permissions for a theme
Description
Updates the resource permissions for a theme. Permissions apply to the action to grant or revoke permissions on, for example "quicksight:DescribeTheme"
.
See https://www.paws-r-sdk.com/docs/quicksight_update_theme_permissions/ for full documentation.
Usage
quicksight_update_theme_permissions(
AwsAccountId,
ThemeId,
GrantPermissions = NULL,
RevokePermissions = NULL
)
Arguments
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the theme. |
ThemeId |
[required] The ID for the theme. |
GrantPermissions |
A list of resource permissions to be granted for the theme. |
RevokePermissions |
A list of resource permissions to be revoked from the theme. |
[Package paws.analytics version 0.7.0 Index]