Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to remove entitlements inactive/SUSPENDED FROM IMPORT SERVICE accounts

Gopi
New Contributor III
New Contributor III

Hi all,

The problem is that for the Inactive account, I see still the access/entitlement exists. How I can overcome this issue?

Gopi_1-1688533072258.png

Regards,

Gopi.

3 REPLIES 3

prashantChauhan
Saviynt Employee
Saviynt Employee

Hi @Gopi 

Please try after setting the deleteLinks as true in the STATUS_THRESHOLD_CONFIG in your connection.

Refer below for AD Connector-

https://docs.saviyntcloud.com/bundle/AD-v231/page/Content/Configuring-the-Integration-for-Importing-...

rushikeshvartak
All-Star
All-Star

{
"statusAndThresholdConfig": {
"statusColumn": "customproperty17",
"activeStatus": [
"512",
"544",
"66048"
],
"inactiveStatus": [
"546",
"514",
"66050"
],
"deleteLinks": true ,
"accountThresholdValue": 1000,
"correlateInactiveAccounts": true,
"inactivateAccountsNotInFile": false,
"lockedStatusColumn": "customproperty17",
"lockedStatusMapping": {
"Locked": [
"1"
],
"Unlocked": [
"0"
]
}
}
}


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Gopi
New Contributor III
New Contributor III

@rushikeshvartak and @prashantChauhan 

thanks for the quick help I will try these options.

Thanks,

Gopi.