Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.13 KB

ResourceRights.md

File metadata and controls

12 lines (8 loc) · 1.13 KB

ResourceRights

Properties

Name Type Description Notes
aclRead bool `True` if the current user can read the current document [optional] [default to false]
aclWrite bool `True` if the current user can modify the current document. If this is a right of a Collection, the capabilities of the associated user can be lower than this permission, check out the `capabilities` property as the end-user to have the complete possibilities with the collection. [optional] [default to false]
aclAdmin bool `True` if the current user can manage the current document (i.e. share, delete) If this is a right of a Collection, the capabilities of the associated user can be lower than this permission, check out the `capabilities` property as the end-user to have the complete possibilities with the collection. [optional] [default to false]

[Back to Model list] [Back to API list] [Back to README]