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

Limiting the Access for entitlement

ShantanuKumar
New Contributor III
New Contributor III

This is with respect to : https://forums.saviynt.com/t5/identity-governance/limiting-the-access-for-entitlement/td-p/113537

 

I was able to complete the POC by creating the Dynamic attribute, updating the custom property  with required value and adding the query for entitlement with the custom property value. This helped me hide the entitlement from end user if the condition doesn't meet. I followed the the septs from forum:

  1. Create Dynamic attribute with name as "filter" a user category
    1. Select customproperty1 as id from users a
  2. Under Entitlement Type Add below query 
    1. ev.status=1 and ev.customproperty1 ='${filter}'
  3. Make sure entitlement custom property 1 should have filter value same as user customproperty 1

I need help on the 4th point: 

You can't show error message but you can show plain text string alert notification to all that x,y,z entitlements are not available to category XXX using dynamic attribute type checkbox

How do I achieve this? How can we leverage dynamic attribute type checkbox to show the notification for the entitlements don't meet the condition.

2 REPLIES 2

Raghu
All-Star
All-Star

@ShantanuKumar  you can't send alert:

if want do like this parent/child attribtes

create two dynamic attribtes ,Yes/No .

1.No-default -(string hard some value lable message level)

2.Yes -display required entiltments based on filter use it.


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

rushikeshvartak
All-Star
All-Star

You can use using show and hide 

rushikeshvartak_0-1724515459020.pngrushikeshvartak_1-1724515469459.png


 
rushikeshvartak_0-1724515610166.png

 

 

SHOW###NOTE###Yes___HIDE###NOTE###No

rushikeshvartak_3-1724515507613.png

 


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