mirror of
https://github.com/grafana/grafana.git
synced 2025-09-28 05:24:27 +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
|
||||
TeamId int64
|
||||
UserId int64
|
||||
External bool
|
||||
External bool // Signals that the membership has been created by an external systems, such as LDAP
|
||||
Permission PermissionType
|
||||
|
||||
Created time.Time
|
||||
|
Reference in New Issue
Block a user