Application Delivery Management
Application Modernization & Connectivity
CyberRes
IT Operations Management
When you are using LDAP to view Objects in eDirectory you may have noticed the ModifyTimestamp.
This attribute is helpful if you are checking if something has been changed in a period of time. However if you look in eDirectory or query eDirectory in IDM for this attribute you will not find it.
The ModifyTimestamp you see in the LDAP view is actually the Timestamp of the modifiersName attribute in eDirectory.
You can query the attribute in IDM following the next steps:
Query modifiersName of an object into a local variable as a nodeset.
With XPATH you can use [local variable]/@Timestamp to get the modifyTimestamp.