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

Commit 7ab72a0

Browse files
committed
parse data source permission assignments to basic roles
1 parent 3964446 commit 7ab72a0

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)