Skip to content

Latest commit

 

History

History
57 lines (26 loc) · 1.36 KB

Invitation.md

File metadata and controls

57 lines (26 loc) · 1.36 KB

bimdata.Invitation

Properties

Name Type Description Notes
id Number [readonly]
clientId Number [readonly]
redirectUri String User will be redirected to this uri when they accept the invitation
cloudName String
cloudRole Number Role the user will have when they accept the invitation * `100` - admin * `50` - user
projectName String [optional]
projectRole Number Role the user will have when they accept the invitation * `100` - admin * `50` - user * `25` - guest [optional]
email String email of the user to invite
status String A: Accepted D: Denied P: Pending * `A` - accepted * `D` - denied * `P` - pending [optional]
senderProviderSub String OIDC sub of the sender. The original sub from the provider is used instead of the broker sub [optional]

Enum: CloudRoleEnum

  • 100 (value: 100)

  • 50 (value: 50)

Enum: ProjectRoleEnum

  • 100 (value: 100)

  • 50 (value: 50)

  • 25 (value: 25)

  • null (value: null)

Enum: StatusEnum

  • A (value: "A")

  • D (value: "D")

  • P (value: "P")