12-28-2022 10:01 PM
Hi,
We are configuring Azure System for ARS. The remove access json mentions ""httpParams": "{ \"properties\": { \"roleDefinitionId\": \"${privEntVal.customproperty4}\", \"principalId\": \"${account.accountID}\" } }","
We see the privileges when we view the entitlement hierarchy:
But when we want to request this VM entitlement in ARS, no option to select the privilege shows up. We arent able to figure out what needs to be done and cant find any document around it either, please help with the same:
Regards,
Sarthak
12-28-2022 10:51 PM
Privileges information are never visible on request form. Previously role to entitlement mapping was visible which also missing.
this is not configurable
you can raise idea request with saviynt
12-29-2022 12:42 AM
Thanks Rushikesh. Thats really strange because the Saviynt provided json for azure mentions picking the property from privilege
We decided to create a custom privilege. While creating a custom privilege under an entitlement type, we can add a drop down of items to select using the Enum feature. However we are trying to understand how we can somehow show a selectable drop down to the user, and based on what they select pass some other value to the provisioning Json. Like a mapping of sorts. Where user select privilege as Reader, and the corresponding id of reader gets passed to the JSON. How is this possible?
12-29-2022 04:20 AM
You can try using dynamic attribute concept as workaround