mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
teams: explains the external property of a team membership.
This commit is contained in:
parent
e23e6a8bdc
commit
978c20a604
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user