Interface: Permissions
Define the operations that can be performed in an entity.
Properties​
create​
• Optional
create: boolean
Can the user add new entities. Defaults to true
Defined in​
delete​
• Optional
delete: boolean
Can the user delete entities. Defaults to true
Defined in​
edit​
• Optional
edit: boolean
Can the elements in this collection be edited. Defaults to true