Microsoft Graph · Schema

crossTenantUserSyncInbound

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name 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 imp
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcrosstenantusersyncinbound-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.crossTenantUserSyncInbound",
  "title": "crossTenantUserSyncInbound",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "isSyncAllowed": {
      "type": "boolean",
      "description": "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.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}