01-25-2023 03:11 AM
Hi all,
We are integrating an application that has different entitlement types that are nested, for example an user can be assigned to a project (entitlement type 1) with a given role(entitlement type 2).
We are able to correlate users with projects, but then I expect to add the role as a nested entitlement.
To retrieve the information we have to perform an api call like this one: <tenant url>/rest/api/2/project/{projectId}/role/{id}, so both the project id and the role id should be dynamically populated by Saviynt in the API Call
How can we configure this in the ImportAccountEntitlementJSON rest connector configuration? there is no reference of this in either the rest connector or the rest developers handbook documentation.
01-25-2023 04:19 AM
You can have only one entitlement value as dyankic
01-25-2023 05:10 AM
mmm ok, what about if we hardcode the second parameter, configuring multiple api calls, for example:
is there a way to have then the same hierarchy account->project->role aggregated in the account entitlement hierarchy?
01-25-2023 06:09 AM
It won't be good design and many hardcoding, incase of new role u need to manually update json
01-25-2023 06:33 AM
yes, I'm aware of that, but I'm limited by the application exposed REST API, if it is possible to do so hardcoding the roles ids it seems my only option (the roles are 15 and are fixed). Is there a way to do so?