...
Data access permissions are configured by specifying the entity type, a security mode and a security filter. The entity type defines to which entity, i.e. a Core Identity or a Role, a user has access to. The security mode defines the nature of the access such as read, write, delete or similar. And finally the security filter specifies which conditions have to be met in order to give access. This can be anything from full access to only if a specific condition is met. You will find more on that in the https://itsense.atlassian.net/l/c/MVGBrzfx Data Access Permissions section. But it’s important to understand that you can configure security filters based on relations and other attributes of the entity.
...