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

decom application in 24.1

Dalalsaleh888
New Contributor
New Contributor

How to achieve below step in EIC 24.1 during decommeitioning process for an application?

 

  1. Mark all accounts as suspended from import service  and add - Deleted tag in the account name via Custom query job 
6 REPLIES 6

NM
Honored Contributor III
Honored Contributor III

Hi @Dalalsaleh888 ,

You can use enhanced query to make accounts suspended and change name to deleted..


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

Dalalsaleh888
New Contributor
New Contributor

Could you please share steps

NM
Honored Contributor III
Honored Contributor III

SELECT

a.accountkey as accounts__primarykey,

Concat(a.name,'-Deleted timestamp') as accounts__name, 'Suspended from Import Service' as accounts__status

FROM

accounts a

WHERE

a endpointkey=endpointkey


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

Dalalsaleh888
New Contributor
New Contributor

Thanks!

NM
Honored Contributor III
Honored Contributor III

If you find the answer helpful please give kudos and accept the solution 

Thanks.


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

rushikeshvartak
All-Star
All-Star

Instead of using custom queries you can disable connection so that accounts will be marked as decommissioned as well as other objects such as entitlements 


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