mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-07 04:42:05 +00:00
fix: add search params for user grants (#915)
This commit is contained in:
@@ -22,6 +22,13 @@ const (
|
||||
UserGrantKeyState = "state"
|
||||
UserGrantKeyOrgName = "org_name"
|
||||
UserGrantKeyRole = "role_keys"
|
||||
UserGrantKeyUserName = "user_name"
|
||||
UserGrantKeyFirstName = "first_name"
|
||||
UserGrantKeyLastName = "last_name"
|
||||
UserGrantKeyEmail = "email"
|
||||
UserGrantKeyOrgDomain = "org_primary_domain"
|
||||
UserGrantKeyProjectName = "project_name"
|
||||
UserGrantKeyDisplayName = "display_name"
|
||||
)
|
||||
|
||||
type UserGrantView struct {
|
||||
|
||||
Reference in New Issue
Block a user