We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a449597 commit b3cc86cCopy full SHA for b3cc86c
1 file changed
app/controlplane/pkg/biz/orginvitation.go
@@ -65,6 +65,10 @@ type OrgInvitationContext struct {
65
ProjectIDToJoin uuid.UUID `json:"project_id_to_join,omitempty"`
66
// ProjectRole is the role to assign to the user in the project
67
ProjectRole authz.Role `json:"project_role,omitempty"`
68
+ // ProductIDToJoin is the ID of the product to join when accepting the invitation
69
+ ProductIDToJoin uuid.UUID `json:"product_id_to_join,omitempty"`
70
+ // ProductRole is the role to assign to the user in the product
71
+ ProductRole authz.Role `json:"product_role,omitempty"`
72
}
73
74
type OrgInvitationRepo interface {
0 commit comments