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

REST connector - statusAndThresholdConfig vs statusConfig

GauravJain
Regular Contributor III
Regular Contributor III

Which attribute should be used to in "accountParams" configuration to reflect account status in Saviynt - statusAndThresholdConfig OR statusConfig?

If we are using "statusConfig" then is there any point using "statusAndThresholdConfig" for account status updates?

I have another questions on this topic - Consider, i am using following configuration in "accountParams" to mark accounts "Inactive" but i am not taking any action w.r.t user-account correlation or deleting account-entitlement mapping

"statusAndThresholdConfig": {
"deleteLinks": false,
"accountThresholdValue": 0,
"correlateInactiveAccounts": true,
"inactivateAccountsNotInFile": true,
"deleteAccEntForActiveAccounts": true
},

So, my accounts are now marked Inactive but later i decide to remove user-account correlation and also delete linking between account and entitlements for inactive accounts. Can i now update above configuration to manage both the tasks for existing "Inactive" accounts?

Regards

Gaurav

[This message has been edited by moderator to merge reply comment]

2 REPLIES 2

rushikeshvartak
All-Star
All-Star
  • You can update configurations
  • It will be impacted from next recon

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

GauravJain
Regular Contributor III
Regular Contributor III

thanks @rushikeshvartak for an update. One more questions is - which configuration in "statusAndThresholdConfig"  is triggered as part of accounts import job and which one for entitlements import? OR only the accounts import job will use the "statusAndThresholdConfig" configuration and it has no relation with entitlements import job?

"statusAndThresholdConfig": {
"deleteLinks": false,
"accountThresholdValue": 0,
"correlateInactiveAccounts": true,
"inactivateAccountsNotInFile": true,
"deleteAccEntForActiveAccounts": true
},

Regards

Gaurav