{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner", "title": "crossTenantIdentitySyncPolicyPartner", "required": [ "@odata.type" ], "type": "object", "properties": { "displayName": { "type": "string", "description": "Display name for the cross-tenant user synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional.", "nullable": true }, "tenantId": { "type": "string", "description": "Tenant identifier for the partner Microsoft Entra organization. Read-only." }, "userSyncInbound": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.crossTenantUserSyncInbound" }, { "type": "object", "nullable": true } ], "description": "Defines whether users can be synchronized from the partner tenant. Key." }, "@odata.type": { "type": "string" } } }