Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1013 Bytes

ResourceRights.md

File metadata and controls

10 lines (7 loc) · 1013 Bytes

FlatApi.ResourceRights

Properties

Name Type Description Notes
aclRead Boolean `True` if the current user can read the current document [optional] [default to false]
aclWrite Boolean `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 Boolean `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]