Hi,
I need to bulk load many roles into ISC, and I’m using a csv file.
Unfortunately, when it does, it defaults to ‘AND within groups, OR between groups’. Is there a way to set it up so it is ‘OR within groups, AND between groups’?
"membership": {
"type": "STANDARD",
"criteria": {
"operation": "OR", - I don't want this to be the default
"key": null, - I know I can just go in and delete it
"values": null, - but it is a pain considering the number of
"stringValue": null, - roles that I need to bulk load
"children": [ -
{ -
"operation": "AND",
"key": null,
"values": null,
"stringValue": null,
"children": [
{

