
Get Effective Permissions for All Users
effectiveUserPermissions.RdRetrieves the effective permissions for all users on a given resource, taking into account group memberships and inherited permissions.
Usage
effectiveUserPermissions(ident, from = pwd())Arguments
- ident
Identifier of the resource. Can be a path, resource ID, or entity ID.
- from
Root path for resolving relative paths. Defaults to
pwd().
Value
A data frame of all users with their effective rights on the resource.
Returns NULL if the resource cannot be found.
Returns NULL if there are no entries.