Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit af262e3

Browse files
Merge pull request #115 from grafana/ds-permission-assignments-for-basic-roles
Add `builtInRole` to data source permissions
2 parents 3964446 + 7ab72a0 commit af262e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datasource_permissions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ type DatasourcePermission struct {
2020
UserID int64 `json:"userId"`
2121
UserEmail string `json:"userEmail"`
2222
TeamID int64 `json:"teamId"`
23+
BuiltInRole string `json:"builtInRole"`
2324

2425
// Permission levels are
2526
// 1 = Query

0 commit comments

Comments
 (0)