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

Deprovisioning Role from Analytics by running runallanalyticsjob

JPMac
Regular Contributor II
Regular Contributor II

Hi,

I created a report to deprovision the following roles:
(referring to https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter17-EIC-Analytics/Managing-An...

JPMac_0-1723004873344.png

JPMac_6-1723005329259.png

Report Query

================

select r.ROLE_NAME, u.username as name, rua.ROLEKEY as roleKey, rua.ACCOUNTKEY as acctKey, u.USERKEY as userKey, 'Deprovision Role' as 'Default_Action_For_Analytics' from role_user_account rua join user_accounts ua on ua.ACCOUNTKEY=rua.ACCOUNTKEY join users u on u.USERKEY = ua.USERKEY join roles r on r.ROLEKEY = rua.ROLEKEY where r.STATUS=1 and u.username = 'M12827150' ;

================

I want to create a deprovisioning task by using Job for this report, but nothing is created when I execute job.


Job details

================

JPMac_1-1723005023962.png

================

Manually changing the Action to "deprovision role" from the report creates a task.

JPMac_2-1723005137524.pngJPMac_3-1723005209032.png

 

How do I run a Job to create a deprovisioning task?

Regards,

[This message has been edited by moderator to fix Documentation URL]

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

You need to allowed action as "Deprovision Role " only remove other option


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

JPMac
Regular Contributor II
Regular Contributor II

@rushikeshvartak 

Thanks for your comment.

I edit allowed action to only deprovision role, but confirmed same results.

JPMac_0-1723024410766.png

JPMac_1-1723024541146.png

JPMac_2-1723024567228.png

 

Should we check other settings?

Regards,

In job configuration did you tick take default action ?


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