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
@@ -41,24 +41,39 @@ type SCIMEnterpriseUserAttributes struct {
41
41
ID*string`json:"id,omitempty"`// Identifier generated by the GitHub's SCIM endpoint.
42
42
Active*bool`json:"active,omitempty"`// Indicates whether the identity is active (true) or should be suspended (false).
43
43
Groups []string`json:"groups,omitempty"`// (Optional.)
44
-
Meta*SCIMEnterpriseMeta`json:"meta,omitempty"`
44
+
Meta*SCIMEnterpriseMeta`json:"meta,omitempty"`
45
45
}
46
46
47
47
// SCIMEnterpriseUserName represents SCIM enterprise user's name information.
48
-
*typeSCIMEnterpriseUserNamestruct {
48
+
typeSCIMEnterpriseUserNamestruct {
49
49
GivenNamestring`json:"givenName"`// The first name of the user.
50
50
FamilyNamestring`json:"familyName"`// The last name of the user.
51
51
Formatted*string`json:"formatted,omitempty"`// The user's full name, including all middle names, titles, and suffixes, formatted for display (Optional)
0 commit comments