Skip to content

Commit cd6b534

Browse files
Apply suggestion from @stevehipwell
Fix typo on the `CIMEnterpriseGroupAttributes` struct documentation. Co-authored-by: Steve Hipwell <[email protected]>
1 parent c12b798 commit cd6b534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/enterprise_scim.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const SCIMSchemasURINamespacesPatchOp = "urn:ietf:params:scim:api:messages:2.0:P
3232
type SCIMEnterpriseGroupAttributes struct {
3333
DisplayName *string `json:"displayName,omitempty"` // Human-readable name for a group.
3434
Members []*SCIMEnterpriseDisplayReference `json:"members,omitempty"` // List of members who are assigned to the group in SCIM provider
35-
ExternalID *string `json:"externalId,omitempty"` // This identifier is generated by a SCIM provider. Must be unique per user.
35+
ExternalID *string `json:"externalId,omitempty"` // This identifier is generated by a SCIM provider. Must be unique per group.
3636
Schemas []string `json:"schemas,omitempty"` // The URIs that are used to indicate the namespaces of the SCIM schemas.
3737
// Bellow: Only populated as a result of calling UpdateSCIMGroupAttribute:
3838
ID *string `json:"id,omitempty"` // The internally generated id for the group object.

0 commit comments

Comments
 (0)