mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-03 14:32:25 +00:00
8 lines
114 B
Go
8 lines
114 B
Go
|
|
package actions
|
||
|
|
|
||
|
|
type UserGrant struct {
|
||
|
|
ProjectID string
|
||
|
|
ProjectGrantID string
|
||
|
|
Roles []string
|
||
|
|
}
|