File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const SCIMSchemasURINamespacesPatchOp = "urn:ietf:params:scim:api:messages:2.0:P
3232type 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.
You can’t perform that action at this time.
0 commit comments