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

Uncorrelated accounts make them service Account type

Diptansu_Sinha
New Contributor III
New Contributor III

Hello Team, 

There is a requirement to map uncorrelated accounts = Service Account for one application. 

Can you provide sample approach/Query to achieve this requirement.

4 REPLIES 4

NM
Honored Contributor III
Honored Contributor III

@Diptansu_Sinha it will consider full application as a services account application.


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

rushikeshvartak
All-Star
All-Star

select accountkey as accounts__primarykey, 'Service Account' as accounts__accounttype from accounts where endpointkey =100 and accountkey not in (select accountkey from user_accounts ) limit 1; 

 

use above enhanced query for your requirement


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

But after every recon does not the accounttype will be wiped out since we are setting it manually?

No account type attributes does not get overwrite. If get overwrite then use triggerchain and run query after account / access import


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