| title | crossTenantGroupSyncInbound resource type |
|---|---|
| description | Defines whether groups can be synchronized from a partner tenant. |
| author | spasham |
| ms.date | 10/28/2025 |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Defines whether groups can be synchronized from a partner tenant, as defined in the groupSyncInbound property of crossTenantIdentitySyncPolicyPartner object.
| Property | Type | Description |
|---|---|---|
| isSyncAllowed | Boolean | Defines whether group objects should be synchronized from the partner tenant. false stops any current group synchronization from the source tenant to the target tenant. This property has no impact on existing groups that were synchronized. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.crossTenantGroupSyncInbound",
"isSyncAllowed": "Boolean"
}