pbs_permissions_get
Resolve effective permissions for a Proxmox Backup Server user or token, showing inherited and direct privileges across ACL paths.
Instructions
READ-ONLY: resolve effective privileges for a PBS user/token. Returns a map of ACL path to a map of privilege name to propagate-bit — the RESOLVED (inherited + direct) view, unlike pbs_acl_get's raw entry list. Use pbs_acl_get to see the raw ACL entries this resolves from. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ACL path to scope the result to; omit for every path the principal has any privilege on. | |
| auth_id | No | User or token to resolve permissions for ('user@realm' or 'user@realm!token-name'); omit for the calling credential's own permissions. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |