Type Alias SettingsPatchSchema

SettingsPatchSchema: SettingsPatch[]

An array of JSON Patches for the groups settings.

[
{
op: "replace",
path: "/syncIdpGroups",
value: true
},
{
op: "replace",
path: "/autoCreateGroups",
value: true
},
{
op: "replace",
value: [
{
name: "Steward"
}
]
}
]