crossTenantIdentitySyncPolicyPartner 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 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 creating, updating, and deleting users from one tenant to another.
Methods
Method | Return type | Description |
---|---|---|
Create crossTenantIdentitySyncPolicyPartner | None | Create a cross-tenant user synchronization policy for a partner-specific configuration. |
Get crossTenantIdentitySyncPolicyPartner | crossTenantIdentitySyncPolicyPartner | Read the user synchronization policy of a partner-specific configuration. |
Update crossTenantIdentitySyncPolicyPartner | None | Update the user synchronization policy of a partner-specific configuration. |
Delete crossTenantIdentitySyncPolicyPartner | 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 Azure AD tenant to easily identify the policy. Optional. |
tenantId | String | Tenant identifier for the partner Azure AD organization. Read-only. |
userSyncInbound | crossTenantUserSyncInbound | Defines whether users can be synchronized from the partner tenant. Key. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.crossTenantIdentitySyncPolicyPartner",
"tenantId": "String (identifier)",
"displayName": "String",
"userSyncInbound": {
"@odata.type": "microsoft.graph.crossTenantUserSyncInbound"
}
}
Feedback
Submit and view feedback for