Name | Type | Description | Notes |
---|---|---|---|
aclRead | bool | `True` if the current user can read the current document | [optional] [default to false] |
aclWrite | bool | `True` if the current user can modify the current document. If this is a right of a Collection, the capabilities of the associated user can be lower than this permission, check out the `capabilities` property as the end-user to have the complete possibilities with the collection. | [optional] [default to false] |
aclAdmin | bool | `True` if the current user can manage the current document (i.e. share, delete) If this is a right of a Collection, the capabilities of the associated user can be lower than this permission, check out the `capabilities` property as the end-user to have the complete possibilities with the collection. | [optional] [default to false] |
id | string | The unique identifier of the permission | [optional] |
score | string | If this object is a permission of a score, this property will contain the unique identifier of the score | [optional] |
collection | string | If this object is a permission of a collection, this property will contain the unique identifier of the collection | [optional] |
user | \Flat\APIClient\Model\UserPublic | [optional] | |
group | \Flat\APIClient\Model\Group | [optional] | |
userEmail | string | If the collaborator is not a user of Flat yet, this field will contain his email. | [optional] |