Also the OOTB object for Roles is actually group. So this snippet:
<AttributeDefinition entitlement="true" multi="true" name="Roles" schemaObjectType="role" type="string">
<Description>Roles associated with the Position, Job, or Organization unit</Description>
</AttributeDefinition>
In JSON format for ISC should look like this maybe:
{
"name": "Roles",
"type": "STRING",
"schema": {
"type": "CONNECTOR_SCHEMA",
"id": "<id of the group schema object on the source>",
"name": "group"
},
"description": "Roles associated with the Position, Job, or Organization unit",
"isMulti": true,
"isEntitlement": true,
"isGroup": true
}
Hi Haydn! Thank you for your input. We’ve created a Jira issue to track the effort and we’ll update the comment thread when it’s been addressed: CONDOCS-3919