teams: explains the external property of a team membership.

This commit is contained in:
Leonard Gram 2019-03-18 16:26:06 +01:00
parent e23e6a8bdc
commit 978c20a604

View File

@ -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