Commit 978c20a6 by Leonard Gram

teams: explains the external property of a team membership.

parent e23e6a8b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment