Explorar o código

teams: explains the external property of a team membership.

Leonard Gram %!s(int64=6) %!d(string=hai) anos
pai
achega
978c20a604
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pkg/models/team_member.go

+ 1 - 1
pkg/models/team_member.go

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