| title | crossTenantUserSyncInbound resource type |
|---|---|
| description | Defines whether users can be synchronized from the partner tenant. |
| author | rolyon |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Defines whether users can be synchronized from the partner tenant.
| Property | Type | Description |
|---|---|---|
| isSyncAllowed | Boolean | Defines whether user objects should be synchronized from the partner tenant. false causes any current user synchronization from the source tenant to the target tenant to stop. This property has no impact on existing users who have already been synchronized. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.crossTenantUserSyncInbound",
"isSyncAllowed": "Boolean"
}