Sathya_Bhat's avatar
Sathya_Bhat
Copper Contributor
Jun 24, 2021
Status:
New

Provide LastModifiedTime for all Azure AD objects

Onprem AD exposes following properties for every object. 

https://docs.microsoft.com/en-us/windows/win32/adschema/a-usncreated
https://docs.microsoft.com/en-us/windows/win32/adschema/a-usnchanged
https://docs.microsoft.com/en-us/windows/win32/adschema/a-whencreated
https://docs.microsoft.com/en-us/windows/win32/adschema/a-whenchanged

This is useful to track when an object attribute changes. Even though AAD Graph supports Delta link, it has limitations (7 day expiry,..).
Is it possible to expose a property in Graph such as 'LastModifiedTime' to know when an attribute in an AAD object changed? I am sure the AAD keeps track of this.


 

 

No CommentsBe the first to comment