AWS SDK Version 3 for .NET
API Reference

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 UpdateFolderPermissions operation. Updates permissions of a folder.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.QuickSight.AmazonQuickSightRequest
      Amazon.QuickSight.Model.UpdateFolderPermissionsRequest

Namespace: Amazon.QuickSight.Model
Assembly: AWSSDK.QuickSight.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateFolderPermissionsRequest : AmazonQuickSightRequest
         IAmazonWebServiceRequest

The UpdateFolderPermissionsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AwsAccountId System.String

Gets and sets the property AwsAccountId.

The ID for the Amazon Web Services account that contains the folder to update.

Public Property FolderId System.String

Gets and sets the property FolderId.

The ID of the folder.

Public Property GrantPermissions System.Collections.Generic.List<Amazon.QuickSight.Model.ResourcePermission>

Gets and sets the property GrantPermissions.

The permissions that you want to grant on a resource. Namespace ARNs are not supported Principal values for folder permissions.

Public Property RevokePermissions System.Collections.Generic.List<Amazon.QuickSight.Model.ResourcePermission>

Gets and sets the property RevokePermissions.

The permissions that you want to revoke from a resource. Namespace ARNs are not supported Principal values for folder permissions.

Version Information

.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