Updates the resource permissions for a template
Source:R/quicksight_operations.R
quicksight_update_template_permissions.RdUpdates the resource permissions for a template.
See https://www.paws-r-sdk.com/docs/quicksight_update_template_permissions/ for full documentation.
Usage
quicksight_update_template_permissions(
AwsAccountId,
TemplateId,
GrantPermissions = NULL,
RevokePermissions = NULL
)Arguments
- AwsAccountId
[required] The ID of the Amazon Web Services account that contains the template.
- TemplateId
[required] The ID for the template.
- GrantPermissions
A list of resource permissions to be granted on the template.
- RevokePermissions
A list of resource permissions to be revoked from the template.