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

@@ -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 {