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

Config For Available Entitlement In Service Account

Mortal
Regular Contributor
Regular Contributor

Hi,

Working on the Service Account Request form, for the Config For Available Entitlement In-Service Account I was not able to configure it using the documentation query.

"{"Service Account": "ev.customproperty1 in (select city from Users where userkey=${requestor})", "Functional Account": "ev.customproperty2 in (select title from Users where userkey=${requestor})"}"

I need to get the entitlements whose name starts like IGA_DATA so I rewrote the query with {"Service Account": "ev.entitlement_value like %IGA_DATA%"} but was unable to get those entitlements on the service account request page. Need help with this

3 REPLIES 3

NM
Honored Contributor II
Honored Contributor II

Hi @Mortal , try this

"Service Account": "ev.entitlement_value like '%IGA_DATA%'"} 

Mortal
Regular Contributor
Regular Contributor

Thank you @NM 
the query worked and I was able to get the filtered entitlements.

Just to update query was missing start {
Final query

{"Service Account": "ev.entitlement_value like '%IGA_DATA%'"} 


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