Describe Template Permissions
quicksight_describe_template_permissions | R Documentation |
Describes read and write permissions on a template¶
Description¶
Describes read and write permissions on a template.
Usage¶
quicksight_describe_template_permissions(AwsAccountId, TemplateId)
Arguments¶
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the template that you're describing. |
TemplateId |
[required] The ID for the template. |
Value¶
A list with the following syntax:
list(
TemplateId = "string",
TemplateArn = "string",
Permissions = list(
list(
Principal = "string",
Actions = list(
"string"
)
)
),
RequestId = "string",
Status = 123
)
Request syntax¶
svc$describe_template_permissions(
AwsAccountId = "string",
TemplateId = "string"
)