Introduction
As described in Permissions: Records, Groups & Users a record is linked with a number of groups. Each link called a permission, describes which of the following 3 rights it has
Right | Ability |
---|---|
Read right | Ability to see the metadata of the record |
Write right | Ability to edit and delete the record |
Export right | Ability to download the record |
Permissions
For example, take the example image X linked with 3 groups with the following rights
Group | Read Right | Write Right | Export Right |
---|---|---|---|
Everyone | ✓ | ✗ | ✗ |
Marketing | ✓ | ✓ | ✗ |
Admin | ✓ | ✓ | ✓ |
We can rephrase this as
Users linked with the group “Everyone” will have the ability to see the image X.
Users linked with the group “Marketing” will be able to see and edit the image X.
Users linked with the group “Admin” will be able to see, edit and export the image X.