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

Locked or Unlocked status in STATUS_THRESHOLD_CONFIG by using lockOutTime AD attribute

yogarajk
New Contributor III
New Contributor III

Hi Team,

We want to pull user account locked or unlocked status from AD using "lockOutTime" AD attribute. There is no fixed set of values for lockOutTime attribute, unlocked means "0" and locked means it will generate the date and time in large integer value in AD when the account gets locked.

Is there any possibilities to import locked or unlocked status or by using any conditional status mapping recon? 

Please suggest on this scenario. Thanks in advance!

Regards,

Yogaraj K

7 REPLIES 7

rushikeshvartak
All-Star
All-Star

You can specify 0 as unlock value rest should be considered by connector as locked


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

Hi,

We have updated the JSON as mentioned below in STATUS_THRESHOLD_CONFIG, but it is imported unlocked status only not locked status. locked account status is showing as blank.

"lockedStatusColumn": "customproperty35",
"lockedStatusMapping":
{
"Unlocked": ["0"]
}

Thanks & Regards,

Yogaraj K

"lockedStatusColumn":"customproperty29",
"lockedStatusMapping":{
"Locked":[
"0"
],
"Unlocked":[
"1"
]
}


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

yogarajk
New Contributor III
New Contributor III

Hi @rushikeshvartak,

Its not working. As I mentioned earlier there is no fixed set of values in target for locked status.

Are there any possibilities to use conditional status mapping? E.g., If lockout Time value > 0 then it should be marked as locked status in saviynt. 

Thanks & Regards,

Yogaraj K

"lockedStatusColumn":"customproperty29",
"lockedStatusMapping":{
"Locked":[
"0"
],
"Unlocked":[
"1"
]
}


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

Hi,

Its not working.

Logs error?


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