This list contains all rights options that can be selected when assigning rights. The data records in this list must not be changed as they are updated with every update.
Identification
In this info area you will find information that can be used to identify the data record. This is usually the code and the name, together with other important information.
| Property | Description |
| Code | Specification of the rights option code. |
| Designation | Specification of a further designation for the rights option. |
Rights
This PropertySet groups properties that define access rights and authorizations for users or systems. It enables the management and assignment of authorization sets to control access to certain resources or functions.
| Property | Description |
| Read | This rights option only gives assigned users the right to view existing data records. In the API, this right gives access to the GET. |
| Insert | This rights option enables the creation and one-off editing of new data records. In the API, this right gives access to the POST method. |
| Delete | This rights option enables the deletion of data records. In the API, this right gives access to the DELETE method. |
| Edit | This rights option enables existing data records to be edited. In the API, this right gives access to the PUT. |
| Mass Deletion | This rights option enables the use of mass deletion. For more information on the mass change function: IC1120. This right has no effect on the API. |
| Mass change | This rights option enables the use of mass changes. For more information on the mass change function: IC1119. This right has no effect on the API. |
| Deactivate | This rights option enables the use of the deactivate function. For more information on the mass change function: IC2559. This right has no effect on the API. |