View source: R/quicksight_operations.R
quicksight_update_template_permissions | R Documentation |
Updates the resource permissions for a template.
See https://www.paws-r-sdk.com/docs/quicksight_update_template_permissions/ for full documentation.
quicksight_update_template_permissions(
AwsAccountId,
TemplateId,
GrantPermissions = NULL,
RevokePermissions = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.