Skip to content

Commit eb38245

Browse files
committed
Add LDAPN to NewTeam
1 parent d8dcf77 commit eb38245

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

github/github-accessors.go

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

github/orgs_teams.go

+4
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ type NewTeam struct {
137137
// closed - visible to all members of this organization
138138
// Default is "secret".
139139
Privacy *string `json:"privacy,omitempty"`
140+
141+
// LDAPDN may be used in GitHub Enterprise when the team membership
142+
// is synchronized with LDAP.
143+
LDAPDN *string `json:"ldap_dn,omitempty"`
140144
}
141145

142146
// CreateTeam creates a new team within an organization.

0 commit comments

Comments
 (0)