Connection Config - STATUS_THRESHOLD_CONFIG
{
"statusAndThresholdConfig": {
"inactivateAccountsNotInFile": true
"statusColumn":"userlock",
"activeStatus":["0","128","192"],
"accountThresholdValue": 500,
"deleteLinks": false,
"correlateInactiveAccounts": true,
}
}
-----------------------------------------------------------------------------
When account import run above STATUS_THRESHOLD_CONFIG is used to check.
-----------------------------------
inactivateAccountsNotInFile ==> True/false
true ---> Account status 1/2 ( Active/Inactive)
Day 1 --> 100 Accounts import
Day 2 --> 90
Diff= 10 ( 90= Active , 10 Inactive)
------------------------------------------------------------------------------
-----------------------------------
inactivateAccountsNotInFile ==> True/false
false ---> Account status 1/SFIS ( Active/SUSPENDED FROM IMPORT SERVICE.)
Day 1 --> 100 Accounts import
Day 2 --> 90
Diff= 10 ( 90= Active , 10 Status =SFIS , Name = name-Deleted-on MM-DD-YYYY HH:MM:SS)
---------------------------------------------------------------------------------------
statusColumn -> which column from account table need to refer to make update account status
---------------------------------------------------------------------------------------------
activeStatus --> Consider account is active if values are macthing as specified in StatusCoulmn
example 0,128,192 in userlock
----------------------------------------------------------------------------
accountThresholdValue --> 50
Day 1 -- 100
Day 2 -- 0 --> Connection failed.
----------------------------------------
inactivateAccountsNotInFile = true = 100 = inactive
inactivateAccountsNotInFile = false = 100 = SFIS & name-deleted
-------------------------------
Next Day 3 ---> 100 ---> connection sucess --> again imported
-true --> active
-false --> new accounts will be created
-------------------------------------------
deleteLinks ---> deletes account - ent mapping is deleted
deleteLinks: Specify true or false to instruct the connector to remove or retain entitlements associated with accounts missing from import. When set to true, entitlements associated with missing accounts are removed. The default value is false.
------------------------
correlateInactiveAccounts: Specify true or false to instruct the connector to remove or retain users associated with inactive accounts. When set to true, users associated with inactive accounts are retained. The default value is false.
Comments
Post a Comment