Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 2.52 KB

crosstenantidentitysyncpolicypartner.md

File metadata and controls

59 lines (48 loc) · 2.52 KB
title description author ms.localizationpriority ms.subservice doc_type toc.title
crossTenantIdentitySyncPolicyPartner resource type
Defines the cross-tenant policy for synchronization of users from a partner tenant.
rolyon
medium
entra-sign-in
resourcePageType
Partner user sync settings

crossTenantIdentitySyncPolicyPartner resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Defines the cross-tenant policy for synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multi-tenant organization by automating the creation, update, and deletion of users from one tenant to another.

Methods

Method Return type Description
Create None Create a cross-tenant user synchronization policy for a partner-specific configuration.
Get crossTenantIdentitySyncPolicyPartner Get the user synchronization policy of a partner-specific configuration.
Update None Update the user synchronization policy of a partner-specific configuration.
Delete None Delete the user synchronization policy for a partner-specific configuration.

Properties

Property Type Description
displayName String Display name for the cross-tenant user synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional.
tenantId String Tenant identifier for the partner Microsoft Entra organization. Read-only.
userSyncInbound crossTenantUserSyncInbound Defines whether users can be synchronized from the partner tenant. Key.

Relationships

None.

JSON representation

The following JSON representation shows the resource type. The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.crossTenantIdentitySyncPolicyPartner",
  "displayName": "String",
  "tenantId": "String (identifier)",
  "userSyncInbound": {
    "@odata.type": "microsoft.graph.crossTenantUserSyncInbound"
  }
}