...
*If the snapshot is created through the Jupyter plugin, then the user must have write
permissions, in addition to read
and execute
, to the stored model group. When a snapshot is created through the Jupyter plugin, the plugin updates the stored model with platform
info, hence the need for write
permissions.
**Only for Notification objectsentity, when a new Notification is created, it will inherit the same group as the model it was created for. There might be instances when the user will NOT belong to the group assigned to the Notification, but they will have to have write
permissions for the model’s group on the Notification collection.
...
User | READ Model A | READ Model B | READ Model C | Rules description |
---|---|---|---|---|
Alice | ✅ | ❌ | ❌ |
Result:
|
Bob | ✅ (Granted by RWX - row 1) | ✅ | ❌ |
Result:
|
Charley | ❌ | ✅ (Granted by RWX - row 2) | ✅ |
Result:
|
...