Describe Folder Resolved Permissions
| quicksight_describe_folder_resolved_permissions | R Documentation |
Describes the folder resolved permissions¶
Description¶
Describes the folder resolved permissions. Permissions consists of both folder direct permissions and the inherited permissions from the ancestor folders.
Usage¶
quicksight_describe_folder_resolved_permissions(AwsAccountId, FolderId,
Namespace, MaxResults, NextToken)
Arguments¶
AwsAccountId[required] The ID for the Amazon Web Services account that contains the folder.
FolderId[required] The ID of the folder.
NamespaceThe namespace of the folder whose permissions you want described.
MaxResultsThe maximum number of results to be returned per request.
NextTokenA pagination token for the next set of results.
Value¶
A list with the following syntax:
list(
Status = 123,
FolderId = "string",
Arn = "string",
Permissions = list(
list(
Principal = "string",
Actions = list(
"string"
)
)
),
RequestId = "string",
NextToken = "string"
)