get_resource_permissions
Check who can access a cloud analytics resource and their role. Retrieve sharing settings for alerts, budgets, reports, or allocations by resource type and ID.
Instructions
Use this when the user wants to see who a Cloud Analytics resource is shared with and at what access level. Returns the sharing settings (per-user roles and public visibility) for a specific alert, budget, report, or allocation. Requires resourceType (alerts, budgets, reports, or allocations) and resourceId. Do NOT use this to list the resources themselves (use list_alerts, list_budgets, list_reports, or list_allocations).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resourceId | Yes | The ID of the resource (alert, budget, report, or allocation) to retrieve permissions for. | |
| resourceType | Yes | The type of resource to inspect sharing settings for. One of: alerts, budgets, reports, allocations. |