Skip to content

Resource: proxmox_acl

Manages ACLs on the Proxmox cluster.

ACLs are used to control access to resources in the Proxmox cluster. Each ACL consists of a path, a user, group or token, a role, and a flag to allow propagation of permissions.

Schema

Required

  • path (String) Access control path
  • role_id (String) The role to apply

Optional

  • group_id (String) The group the ACL should apply to (mutually exclusive with token_id and user_id)
  • propagate (Boolean) Allow to propagate (inherit) permissions.
  • token_id (String) The token the ACL should apply to (mutually exclusive with group_id and user_id)
  • user_id (String) The user the ACL should apply to (mutually exclusive with group_id and token_id)

Read-Only

  • id (String) The unique identifier of this resource.