Data Permissions Object


Permissions that determine who can access or perform actions on items in a data collection.

Learn more about collection permissions.

Properties
idstringimmutablemaxLength 255

ID of the collection for these permissions.


itemReadstring

Which users can read items from the collection.

Learn more about item actions.


itemInsertstring

Which users can create new items in the collection.

Learn more about item actions.


itemUpdatestring

Which users can update existing items in the collection.

Learn more about item actions.


itemRemovestring

Which users can remove items from the collection.

Learn more about item actions.


specialPermissionsArray <SpecialPermissions>Read-onlymaxItems 1000

Special permissions granted to specified users or roles.

Note: Special permissions override collection-level permissions.

Did this help?