Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

filter entitlements based on user profile data

IAM_99
Regular Contributor II
Regular Contributor II

Hi Team,

We want to display entitlements based on user custom property attributes.

for ex: we have

endpoint ep1  which  e1,e2...............(e10, e11,e12 this is subset) are the entitlements

if  (user cp20=1 ) 

in ARS - display all entitlement (e1....e9) + e10 only ( he can not request e11,e12)

if  (user cp20=2 ) 

display all entitlement (e1....e9) + e11 ( he can not request e10,e12)

if  (user cp20=3 ) 

display all entitlement (e1....e9) + e12 ( he can not request e9,e10)

 

Can you let me know - how to achieve this  ? if you have sample query for dynamic attribute will be great.

 

 

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star

You need to store CP20 = 1,2,3 in Entitlement customproperty

Query under entitlement type will be ev.status=1 and ev.customproperty1 =${requestor.customproperty20}


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.