AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the UpdateThemePermissions operation.
Updates the resource permissions for a theme. Permissions apply to the action to grant
or revoke permissions on, for example "quicksight:DescribeTheme"
.
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.
Namespace: Amazon.QuickSight.Model
Assembly: AWSSDK.QuickSight.dll
Version: 3.x.y.z
public class UpdateThemePermissionsRequest : AmazonQuickSightRequest IAmazonWebServiceRequest
The UpdateThemePermissionsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
UpdateThemePermissionsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
AwsAccountId | System.String |
Gets and sets the property AwsAccountId. The ID of the Amazon Web Services account that contains the theme. |
![]() |
GrantPermissions | System.Collections.Generic.List<Amazon.QuickSight.Model.ResourcePermission> |
Gets and sets the property GrantPermissions. A list of resource permissions to be granted for the theme. |
![]() |
RevokePermissions | System.Collections.Generic.List<Amazon.QuickSight.Model.ResourcePermission> |
Gets and sets the property RevokePermissions. A list of resource permissions to be revoked from the theme. |
![]() |
ThemeId | System.String |
Gets and sets the property ThemeId. The ID for the theme. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5