{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate", "title": "microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "multiTenantOrganizationIdentitySyncPolicyTemplate", "required": [ "@odata.type" ], "type": "object", "properties": { "templateApplicationLevel": { "$ref": "#/components/schemas/microsoft.graph.templateApplicationLevel" }, "userSyncInbound": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.crossTenantUserSyncInbound" }, { "type": "object", "nullable": true } ], "description": "Defines whether users can be synchronized from the partner tenant." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.multiTenantOrganizationIdentitySyncPolicyTemplate" }