If I don’t set any ACL, what is the permission setting by default?
In the image, what does it mean when the check mark is grey? Public to everyone or private for the owner?
Hi Weinan,
Grey mark means they are inherited, which is “allowed for all” by default.
Thank you Sergey!
Can you explain a bit more about they are inherited from where? For find permission, it makes sense to allowed for all by default, but for update and remove, it does not make sense to allow for all.
E.g.In User permissions:
If I set remove permission for object ONE for user A, will other users have remove permissions for object ONE by default because I did not set ACL for all other users?
Hi Weinan,
Please see the doc for details:
https://backendless.com/documentation/users/rest/users_global_permissions.htm
https://backendless.com/documentation/users/rest/users_asset_container_permissions.htm
https://backendless.com/documentation/users/rest/users_asset_permissions.htm
Hi Mark, thanks a lot.
I notice that ownerId in Users table is empty by default. Do you have plan to change ownerId to registered user’s id by default?
Hi Weinan,
Yes, we plan to make that change.
Mark