You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: github/scim.go
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,8 @@ type SCIMDisplayReference struct {
39
39
40
40
// SCIMUserAttributes represents supported SCIM User attributes.
41
41
//
42
-
// GitHub API docs: https://docs.github.com/rest/scim#supported-scim-user-attributes
42
+
// GitHub Enterprise Cloud API docs: https://docs.github.com/rest/scim#supported-scim-user-attributes
43
+
// GitHub Enterprise Server API docs: https://docs.github.com/en/enterprise-server@latest/rest/enterprise-admin/scim?apiVersion=2022-11-28#supported-scim-user-attributes
43
44
typeSCIMUserAttributesstruct {
44
45
UserNamestring`json:"userName"`// Configured by the admin. Could be an email, login, or username. (Required.)
45
46
NameSCIMUserName`json:"name"`// (Required.)
@@ -48,6 +49,7 @@ type SCIMUserAttributes struct {
0 commit comments