ScimPatchOperation
Properties
Name | Type | Required | Description |
---|---|---|---|
op | Op | ✅ | |
path | str | ❌ | |
value | str | ❌ | Corresponding 'value' of that field specified by 'path' |
Op
Properties
Name | Type | Required | Description |
---|---|---|---|
ADD | str | ✅ | "add" |
REPLACE | str | ✅ | "replace" |
REMOVE | str | ✅ | "remove" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs