mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
List serviceaccounts (#43672)
* Serviceaccounts: feat - tabview for serviceaccounts * WIP * feat: listing all service accounts * refactor: needed to remove showInvitees as not present in serviceaccounts * add token column in the list * add token to orgserviceaccount * Update pkg/services/serviceaccounts/api/api.go
This commit is contained in:
@@ -107,18 +107,20 @@ type UpdateOrgUserCommand struct {
|
||||
// QUERIES
|
||||
|
||||
type GetOrgUsersQuery struct {
|
||||
OrgId int64
|
||||
Query string
|
||||
Limit int
|
||||
OrgId int64
|
||||
Query string
|
||||
Limit int
|
||||
IsServiceAccount bool
|
||||
|
||||
Result []*OrgUserDTO
|
||||
}
|
||||
|
||||
type SearchOrgUsersQuery struct {
|
||||
OrgID int64
|
||||
Query string
|
||||
Page int
|
||||
Limit int
|
||||
OrgID int64
|
||||
Query string
|
||||
Page int
|
||||
Limit int
|
||||
IsServiceAccount bool
|
||||
|
||||
Result SearchOrgUsersQueryResult
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user