get_resource_permissions
Retrieve sharing settings and user roles for a specific Cloud Analytics resource, including public visibility and per-user access levels.
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. |