As far I see no.
In Group Schema, we have regular EntraID attributes. Only one with “time” are the “lastDirSyncTime”, but these are only for On-premise synced groups. The cloud groups don’t have it. And on-premise groups they are irrelevant anyway. Because I filtered them out ( EntraID Entitlement Aggregation (cloud vs. onpremise) - #3 by vasilcin3 )
[
{
“op”: “add”,
“path”: “/connectorAttributes/group.filterString”,
“value”: “( onPremisesSecurityIdentifier.startsWith(\“S-1\”))”
}
]
So now I have only EntraID Cloud groups aggregated, so far so good…
The problem is, aggregation pulling all Cloud groups, not only the changed/delta Cloud groups.
Group/schema:
description
dirSyncEnabled
displayName
groupTypes
lastDirSyncTime
mail
mailEnabled
mailNickname
memberOf
objectId
onPremisesSecurityIdentifier
owners
proxyAddresses
securityEnabled
teamsEnabled
I already checked EntraID with MS Graph Explorer, this is one Cloud group that is aggregated always (as example). And I don’t see any attribute or date/time that changed, so it should not be aggregated, as there is no Delta. (I have put ‘xxxxx’ chars in some attributes for security reasons)
"value": \[
{
"id": "000022f4-7432-445f-8175-xxxxxx",
"deletedDateTime": null,
"classification": null,
"createdDateTime": "2019-07-05T17:38:54Z",
"creationOptions": \[\],
"description": "GROUP_ACC_I_I:\\\\PROJEKTE\\\\xxxxxx",
"displayName": "ACC_xxxxxx",
"expirationDateTime": null,
"groupTypes": \[\],
"infoCatalogs": \[\],
"isAssignableToRole": null,
"mail": null,
"mailEnabled": false,
"mailNickname": "ACC_xxxxxxx",
"membershipRule": null,
"membershipRuleProcessingState": null,
"onPremisesDomainName": "xxxxxx",
"onPremisesLastSyncDateTime": null,
"onPremisesNetBiosName": "xxxxxxx",
"onPremisesSamAccountName": "ACC_xxxxxxx",
"onPremisesSecurityIdentifier": null,
"onPremisesSyncEnabled": null,
"preferredDataLocation": null,
"preferredLanguage": null,
"proxyAddresses": \[
"X500:/o=RWE/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/xxxxxxxx,
"renewedDateTime": "2019-07-05T17:38:54Z",
"resourceBehaviorOptions": \[\],
"resourceProvisioningOptions": \[\],
"securityEnabled": true,
"securityIdentifier": "S-1-12-1-8948-1147106354-4069291393-xxxxxxx",
"theme": null,
"uniqueName": null,
"visibility": null,
"onPremisesProvisioningErrors": \[\],
"serviceProvisioningErrors": \[\]
},
I really cannot see where the problem might be.