ClassPermissionsForClient
Evaluated permissions for current user.
Name | Description | Type |
---|---|---|
can_user_see | The class is visible for the current user. | boolean |
can_user_attach_objects | The current user can attach new objects to this class. | boolean |
Example
{
"can_user_see": false,
"can_user_attach_objects": false
}