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

Roles and associated entitlements appear in Certification

Gopinath3
New Contributor
New Contributor

Hi Team,

We have roles that are requestable, and a couple of entitlements associated with those roles are also requestable. When the user manager certification is triggered, all requestable entities are included in the review.

As a result, if a user has a role, both the entitlement and the role appear in the certification. Since it is essential for both the role and entitlement to be requestable, is there a way to hide the entitlements in the certification and only display the roles for users who have role? Additionally, we would like the entitlements to be shown only when the role is not present in the certification.

Objects included in certification: Entitlement, Enterprise role and Application role

Campaign Type: User Manager

 

Thanks,

Gopinath

2 REPLIES 2

Gopinath3
New Contributor
New Contributor

rushikeshvartak
All-Star
All-Star

You can use advanced campaign configuration in Roles Query

rolekey in (select rua.rolekey from role_user_Account rua,role_entitlements re,entitlement_values ev where re.rolekey= rua.rolekey and ev.entitlement_valuekey=re.entitlement_valuekey and ev.customproperty1='TRUE')

 

rushikeshvartak_0-1728093755921.png

 

 


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