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

Account/Entitlement created directly in the endpoint

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on September 9 2020 at 11:36 UTC

Hi

How can we create an analytics for the accounts/entitlements created directly in endpoint. E.g. AD.

When we run the import access and/or import accounts jobs against the target systems, the start date column is not getting updated in the account_entitlements1 table for the entitlements created directly in endpoint. And updatedate is always set to today's date.

I want to know the accounts/entitlements created in last 7 days or 1 month.


Thanks,

Ayush Jain

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.
1 REPLY 1

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on September 9 2020 at 23:58 UTC

Hi Ayush,


Any account/entitlement created outside of saviynt will not have the arstaskkey column populated, so you can write a query like below


select accountkey,entitlement_valuekey from account_entitlements1 where arstaskkey is null;


Thanks,

Aarthi

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.