hi! I am dealing with a system where users have 2 types of entitlements, name it group and roles.
I am developing a SaaS custom connector because system API is a little tricky.
Group and Roles entitlements are indepenendents, so I can read and display them on catalog for being requested, but they have diffferent API calls to insert or remove users from group or roles.
Also, I read in SaaS doc that entitlement schema only supports group type. Is there some way to recognize which entitlment type is being requested and call appropiate call?
I have a B plan, which is adding a G_ or R_ when reading for entitlement aggregation, in order for recocnize, but I am trying to avoid this.
And a C plan, making 2 connectors, taking advantage of entitlements being independent between them.
But it would be desired that final users see groups and roles with the same name that in their application, and I can recognize them internally on connectors code.
