Describe Theme Permissions
quicksight_describe_theme_permissions | R Documentation |
Describes the read and write permissions for a theme¶
Description¶
Describes the read and write permissions for a theme.
Usage¶
Arguments¶
AwsAccountId
[required] The ID of the Amazon Web Services account that contains the theme that you're describing.
ThemeId
[required] The ID for the theme that you want to describe permissions for.
Value¶
A list with the following syntax:
list(
ThemeId = "string",
ThemeArn = "string",
Permissions = list(
list(
Principal = "string",
Actions = list(
"string"
)
)
),
RequestId = "string",
Status = 123
)