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¶
quicksight_describe_theme_permissions(AwsAccountId, ThemeId)
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
)
Request syntax¶
svc$describe_theme_permissions(
AwsAccountId = "string",
ThemeId = "string"
)