mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-09-03 18:55:33 +00:00
a7d2b877f5
UserService.GetPermissions unwrapped the path-keyed /access/permissions response and discarded prop.Value, so every returned PvePermission had a path but no privilege data. Add a Privileges dictionary populated from the privilege map; a key's presence means the privilege is granted and its value is whether the grant propagates to sub-paths, matching PVE's documented "propagate boolean" contract for that endpoint. Co-authored-by: goodolclint-claude[bot] <323206664+goodolclint-claude[bot]@users.noreply.github.com>