View source: R/quicksight_operations.R
quicksight_update_analysis_permissions | R Documentation |
Updates the read and write permissions for an analysis.
See https://www.paws-r-sdk.com/docs/quicksight_update_analysis_permissions/ for full documentation.
quicksight_update_analysis_permissions(
AwsAccountId,
AnalysisId,
GrantPermissions = NULL,
RevokePermissions = NULL
)
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the analysis whose permissions you're updating. You must be using the Amazon Web Services account that the analysis is in. |
AnalysisId |
[required] The ID of the analysis whose permissions you're updating. The ID is part of the analysis URL. |
GrantPermissions |
A structure that describes the permissions to add and the principal to add them to. |
RevokePermissions |
A structure that describes the permissions to remove and the principal to remove them from. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.