About this resource
Representation of a set of permissions of the collection
Properties
| Property | Description | Type |
|---|---|---|
| canModify | Indicates whether the current user has modify permissions on this object. | boolean |
| canRead | Indicates whether the current user has read permissions on this object. | boolean |
| contentPermission | Gets the permission for the collection content sharing. | CollectionContentPermission |
| groupsPermissions | Gets the list of assigned permissions per user group for the specified collection. | Collection of CollectionGroupPermission items |
| permissions | Gets the list of assigned permissions per user for the specified collection. | Collection of CollectionUserPermission items |
| publicPermission | Gets the public permission for the specified collection. | string (values: none, read) |