Interface IGroupSettingsUpdate

interface IGroupSettingsUpdate {
    path: "autoCreateGroups" | "syncIdpGroups";
    value: boolean;
}

Properties

Properties

path: "autoCreateGroups" | "syncIdpGroups"
value: boolean