Permissions are distinguished by type and category.
The following types are available:
Type | Description |
---|---|
View | Allows the user to view objects, for example to execute GET requests. |
Manage | Allows the user to create and edit objects, for example to execute POST and PUT requests. |
Delete | Allows the user to delete objects, for example to execute DEL requests. |