mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-23 08:48:05 +00:00
fix: add search params for user grants (#915)
This commit is contained in:
@@ -49,6 +49,13 @@ const (
|
||||
UserGrantSearchKeyOrgName
|
||||
UserGrantSearchKeyRoleKey
|
||||
UserGrantSearchKeyID
|
||||
UserGrantSearchKeyUserName
|
||||
UserGrantSearchKeyFirstName
|
||||
UserGrantSearchKeyLastName
|
||||
UserGrantSearchKeyEmail
|
||||
UserGrantSearchKeyOrgDomain
|
||||
UserGrantSearchKeyProjectName
|
||||
UserGrantSearchKeyDisplayName
|
||||
)
|
||||
|
||||
type UserGrantSearchQuery struct {
|
||||
|
Reference in New Issue
Block a user