proxmox_acl
Get or update ACL entries in Proxmox, with options to filter by path, user, group, role, and propagate to sub-paths.
Instructions
Manage ACL entries (get, update)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Filter by path (e.g., /vms) | |
| roles | No | Comma-separated roles | |
| users | No | Comma-separated user IDs | |
| action | Yes | ||
| delete | No | Delete ACL entry | |
| digest | No | Config digest | |
| groups | No | Comma-separated group IDs | |
| roleid | No | Filter by role ID | |
| userid | No | Filter by user ID | |
| groupid | No | Filter by group ID | |
| propagate | No | Propagate to sub-paths |