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

Latest commit

History

History
34 lines (16 loc) · 901 Bytes

File metadata and controls

34 lines (16 loc) · 901 Bytes

bimdata.ProjectAccessTokenRequest

Properties

NameTypeDescriptionNotes
scopes[String]
expiresAtDate[optional]
emailImpersonationStringIf the request is made from an SSO application, you can link the token to a user. All calls made with the token will populate created_by fields with the user. If the user don't have access to some data, the token won't have access.[optional]

Enum: [ScopesEnum]

  • bcf:read (value: "bcf:read")

  • bcf:write (value: "bcf:write")

  • document:read (value: "document:read")

  • document:write (value: "document:write")

  • ifc:read (value: "ifc:read")

  • ifc:write (value: "ifc:write")

  • model:read (value: "model:read")

  • model:write (value: "model:write")