crossTenantUserSyncInbound resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Defines whether users can be synchronized from the partner tenant.
Properties
Property | Type | Description |
---|---|---|
isSyncAllowed | Boolean | Defines whether user objects should be synchronized from the partner tenant. If set to false , any current user synchronization from the source tenant to the target tenant will stop. There is no impact on existing users that have already been synchronized. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.crossTenantUserSyncInbound",
"isSyncAllowed": "Boolean"
}
Feedback
Submit and view feedback for