Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.84 KB

ScimUpdateGroupRequest.md

File metadata and controls

43 lines (29 loc) · 1.84 KB

ScimUpdateGroupRequest

Properties

Name Type Required Description
Schemas List<string> The SCIM schema URI.
Operations List<ScimUpdateGroupOperations> Information about the group update operation.

ScimUpdateGroupOperations

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.

OperationsOp1

The operation to perform.

Properties

Name Type Required Description
Replace string "replace"
Remove string "remove"
Add string "add"

OperationsValue1

The performed operation's value.

Properties

Name Type Required Description
Id string The group's ID.
DisplayName string The group's name.