Define the schema for groups created using the SCIM provisioning protocol. In Talon.One, a Group corresponds to a role, and members are the users assigned to that role.
| Name | Type | Description | Notes |
|---|---|---|---|
| displayName | String | Display name of the group (Talon.One role). | [optional] |
| members | List<ScimGroupMember> | List of members to assign to the new Talon.One role. | [optional] |
| id | String | ID of the group. |