07/04/2023 09:59 PM
Hi all,
The problem is that for the Inactive account, I see still the access/entitlement exists. How I can overcome this issue?
Regards,
Gopi.
Solved! Go to Solution.
07/04/2023 10:18 PM - edited 07/04/2023 10:21 PM
Hi @Gopi
Please try after setting the deleteLinks as true in the STATUS_THRESHOLD_CONFIG in your connection.
Refer below for AD Connector-
07/04/2023 10:27 PM
{
"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"
]
}
}
}
07/04/2023 10:29 PM
@rushikeshvartak and @prashantChauhan
thanks for the quick help I will try these options.
Thanks,
Gopi.