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] |
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] |
-
100
(value:100
) -
50
(value:50
)
-
100
(value:100
) -
50
(value:50
) -
25
(value:25
) -
null
(value:null
)
-
A
(value:"A"
) -
D
(value:"D"
) -
P
(value:"P"
)