08/16/2023 06:10 PM
Hi all,
We export Azure AD groups and their members to a CSV file for applications that are not connected to Saviynt.
If there is an update, such as a user being added to an Azure AD group, we want to output only the difference of the update to a CSV file.
We found that by getting the LastModifiedDateTime of the Azure AD group, we can output the difference of the update by reporting.
However, Azure AD connector in OOTB cannot get the LastModifiedDateTime of the AAD group.
I think we can get it with the following APIURL, but we can't get it by adding attribute to Connection.
https://graph.microsoft.com/v1.0/groups/{groupId}?$select=lastModifiedDateTime
Can you give me some advice?
===Entitlement Attribute===
{
"entitlementAttribute": {
"AADGroup": {
"colsToPropsMap": {
"entitlementID": "id~#~char",
"entitlement_value": "displayName~#~char",
"customproperty1": "deletionTimestamp~#~char",
"customproperty2": "description~#~char",
"customproperty5": "dirSyncEnabled~#~char",
"customproperty6": "lastDirSyncTime~#~char",
"customproperty7": "mail~#~char",
"customproperty8": "mailEnabled~#~char",
"customproperty9": "onPremisesSecurityIdentifier~#~char",
"customproperty10": "securityEnabled~#~char",
"customproperty11": "groupTypes~#~listAsString",
"customproperty12": "membershipRule~#~char",
"customproperty13": "membershipRuleProcessingState~#~char",
"customproperty16": "resourceProvisioningOptions~#~char",
"customproperty20": "id~#~char",
"customproperty21": "lastModifiedDateTime~#~char"
}
}
Solved! Go to Solution.
08/16/2023 10:17 PM
Hello @JPMac,
We cannot see the lastModifiedDateTime attribute exist in the documentation, Is it a custom attribute?
if yes, then please provide the response sample.
Thanks,
08/16/2023 11:24 PM
Thanks for your response.
The sentence I wrote was wrong.
What I want to do is to get the Date in the Audit Log of the Azure AD group and store it in the Entitlement of Saviynt.
Regards
08/17/2023 12:14 AM
Hello @JPMac,
This is the not supported by Azure AD OOTB connector as this uses a different Graph API.
Thanks.