Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Latest commit

History

History
30 lines (16 loc) · 769 Bytes

File metadata and controls

30 lines (16 loc) · 769 Bytes

bimdata.CheckProjectAccess

Properties

NameTypeDescriptionNotes
hasReadPermissionBoolean
hasWritePermissionBoolean
hasAdminPermissionBoolean
tokenScopes[String]
usableScopes[String]Some tokens may have write scopes (eg: model:write) but the user of the token is a guest in the project so they can't use the scopes.
userRoleNumber* `100` - admin * `50` - user * `25` - guest[optional]
userUser[optional]

Enum: UserRoleEnum

  • 100 (value: 100)

  • 50 (value: 50)

  • 25 (value: 25)

  • null (value: null)