Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Hiding entitlement for new account request

SSinha_
Regular Contributor
Regular Contributor

Hi team,

We need to hide all the entitlement for new service account reqeust and only allow users to add entitlements using modify account once the account is created. Is there any out of the box feature for this use case? 

Thank you

4 REPLIES 4

rushikeshvartak
All-Star
All-Star
  • You can create dynamic attribute and use dynamic attribute in entitlement type configuration to hide entitlement for new service account request

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

stalluri
Valued Contributor II
Valued Contributor II

@SSinha_ 
Create dynamic attributes and put them in the query block.

Screenshot 2024-09-04 at 1.40.10 PM.png

 In the Entitlementtype you can call this dynamic attribute.

Screenshot 2024-09-04 at 1.43.09 PM.png

 Here we are using entitlement value and filter the entitlements.


Best Regards,
Sam Talluri
If you find this a helpful response, kindly consider selecting Accept As Solution and clicking on the kudos button.

Your solution is not correct @stalluri 

@SSinha_  Refer

Query : select 'NEW' as id union select 'Modify' as id

Entitlement Type query -{"Service Account":"ev.entitlement_value like '%IGA_%' and '${REQUESTTYPE}' !='NEW'"} 

Config for Available Entitlement in Service Account

Refer videoRecording 2024-09-04 at 15.10.36.gif

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Will try this and update here , and thank you so much.