pdm_acl_list
List PDM's access control entries to view authorized users. Optionally filter by path; exact flag restricts to given path only.
Instructions
READ-ONLY: list PDM's own access control entries (who can use PDM, not a managed remote's ACL).
No state change. Returns a list of ACL entry dicts. exact=True restricts to the given path instead of including sub-paths. For a managed PVE cluster's ACL instead of PDM's own, use pve_acl_list. Needs PROXIMO_PDM_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional ACL path filter, e.g. '/'; omit to list all entries. | |
| exact | No | If true, match the given path exactly rather than including sub-paths. | |
| 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 |