Properties
Name | Type | Required | Description |
---|---|---|---|
Schemas | List<string> |
❌ | The SCIM schema URI. |
Operations | List<ScimUpdateGroupOperations> |
❌ | Information about the group update operation. |
Properties
Name | Type | Required | Description |
---|---|---|---|
Op | OperationsOp1 | ❌ | The operation to perform. |
Path | string | ❌ | The operation's path. Include this value when you update a group's members. |
Value | OperationsValue1 | ❌ | The performed operation's value. |
The operation to perform.
Properties
Name | Type | Required | Description |
---|---|---|---|
Replace | string | ✅ | "replace" |
Remove | string | ✅ | "remove" |
Add | string | ✅ | "add" |
The performed operation's value.
Properties
Name | Type | Required | Description |
---|---|---|---|
Id | string | ❌ | The group's ID. |
DisplayName | string | ❌ | The group's name. |