mirror of
https://github.com/grafana/grafana.git
synced 2025-09-27 19:23:54 +08:00
teams: explains the external property of a team membership.
This commit is contained in:
@ -16,7 +16,7 @@ type TeamMember struct {
|
|||||||
OrgId int64
|
OrgId int64
|
||||||
TeamId int64
|
TeamId int64
|
||||||
UserId int64
|
UserId int64
|
||||||
External bool
|
External bool // Signals that the membership has been created by an external systems, such as LDAP
|
||||||
Permission PermissionType
|
Permission PermissionType
|
||||||
|
|
||||||
Created time.Time
|
Created time.Time
|
||||||
|
Reference in New Issue
Block a user