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

How to make entitlements non requestable under an endpoint

Sharada
Regular Contributor
Regular Contributor

Hello All,

We have an endpoint in which we have imported all entitlements under a particular "OU" in the group import mapping. Currently all those entitlements are requestable under that endpoint. Now, we want few of the entitlements to be made non requestable in that endpoint. Please let me know how to do it.

Regards,

Sharada

 

4 REPLIES 4

NM
Honored Contributor II
Honored Contributor II

Hi @Sharada you can use config for requestable entitlement to hide the entitlement.

Sharada
Regular Contributor
Regular Contributor

Thank you for the response. Can you please elaborate, which config am i supposed to change?

Regards,
Sharada

 

NM
Honored Contributor II
Honored Contributor II

@Sharada click on the view details button alongside the entitlement type name under which you will see the field.

Raghu
All-Star
All-Star

@Sharada  you achive based on query pass let say example below

Endpoint->Entitlement type->Config for Requestable Entitlement in ARS

entitltmentvalue (if want entvalukey you can re-write condition and check it) and enttypekey you can pass it

Query:

ev.entitlement_value not in ('CN=XXXX') and ev.entitlementtypekey=xxx

 

Raghu_0-1728042883853.png

 


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