Describe Custom Permissions
quicksight_describe_custom_permissions | R Documentation |
Describes a custom permissions profile¶
Description¶
Describes a custom permissions profile.
Usage¶
quicksight_describe_custom_permissions(AwsAccountId,
CustomPermissionsName)
Arguments¶
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the custom permissions profile that you want described. |
CustomPermissionsName |
[required] The name of the custom permissions profile to describe. |
Value¶
A list with the following syntax:
list(
Status = 123,
CustomPermissions = list(
Arn = "string",
CustomPermissionsName = "string",
Capabilities = list(
ExportToCsv = "DENY",
ExportToExcel = "DENY",
CreateAndUpdateThemes = "DENY",
AddOrRunAnomalyDetectionForAnalyses = "DENY",
ShareAnalyses = "DENY",
CreateAndUpdateDatasets = "DENY",
ShareDatasets = "DENY",
SubscribeDashboardEmailReports = "DENY",
CreateAndUpdateDashboardEmailReports = "DENY",
ShareDashboards = "DENY",
CreateAndUpdateThresholdAlerts = "DENY",
RenameSharedFolders = "DENY",
CreateSharedFolders = "DENY",
CreateAndUpdateDataSources = "DENY",
ShareDataSources = "DENY",
ViewAccountSPICECapacity = "DENY",
CreateSPICEDataset = "DENY"
)
),
RequestId = "string"
)
Request syntax¶
svc$describe_custom_permissions(
AwsAccountId = "string",
CustomPermissionsName = "string"
)