Updates the resource permissions for a theme. Permissions apply to the
action to grant or revoke permissions on, for example
"quicksight:DescribeTheme"
.
quicksight_update_theme_permissions(AwsAccountId, ThemeId,
GrantPermissions, RevokePermissions)
[required] The ID of the AWS account that contains the theme.
[required] The ID for the theme.
A list of resource permissions to be granted for the theme.
A list of resource permissions to be revoked from the theme.
svc$update_theme_permissions( AwsAccountId = "string", ThemeId = "string", GrantPermissions = list( list( Principal = "string", Actions = list( "string" ) ) ), RevokePermissions = list( list( Principal = "string", Actions = list( "string" ) ) ) )
Theme permissions apply in groupings. Valid groupings include the following for the three levels of permissions, which are user, owner, or no permissions:
User
"quicksight:DescribeTheme"
"quicksight:DescribeThemeAlias"
"quicksight:ListThemeAliases"
"quicksight:ListThemeVersions"
Owner
"quicksight:DescribeTheme"
"quicksight:DescribeThemeAlias"
"quicksight:ListThemeAliases"
"quicksight:ListThemeVersions"
"quicksight:DeleteTheme"
"quicksight:UpdateTheme"
"quicksight:CreateThemeAlias"
"quicksight:DeleteThemeAlias"
"quicksight:UpdateThemeAlias"
"quicksight:UpdateThemePermissions"
"quicksight:DescribeThemePermissions"
To specify no permissions, omit the permissions list.