fix: add search params for user grants (#915)

This commit is contained in:
Fabi
2020-11-03 07:52:49 +01:00
committed by GitHub
parent e9c43d0473
commit b79661d66e
6 changed files with 1570 additions and 1477 deletions

View File

@@ -49,6 +49,13 @@ const (
UserGrantSearchKeyOrgName
UserGrantSearchKeyRoleKey
UserGrantSearchKeyID
UserGrantSearchKeyUserName
UserGrantSearchKeyFirstName
UserGrantSearchKeyLastName
UserGrantSearchKeyEmail
UserGrantSearchKeyOrgDomain
UserGrantSearchKeyProjectName
UserGrantSearchKeyDisplayName
)
type UserGrantSearchQuery struct {