Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.84 KB

File metadata and controls

46 lines (35 loc) · 1.84 KB
title crossTenantAccessPolicyM365CollaborationInboundSetting resource type
description Represents the inbound Microsoft 365 collaboration settings for a cross-tenant access policy that specify which users from external organizations can collaborate with your organization using Microsoft 365 apps.
author srinivaspadala-msft
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 03/06/2026

crossTenantAccessPolicyM365CollaborationInboundSetting resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the inbound Microsoft 365 collaboration settings for a cross-tenant access policy that specify which users from external organizations can collaborate with your organization using Microsoft 365 apps.

This resource is used by the m365CollaborationInbound property of the crossTenantAccessPolicyConfigurationDefault and crossTenantAccessPolicyConfigurationPartner resources.

Properties

Property Type Description
users crossTenantAccessPolicyTargetConfiguration Defines the target users from other organizations who are allowed inbound Microsoft 365 collaboration with your organization.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.crossTenantAccessPolicyM365CollaborationInboundSetting",
  "users": {
    "@odata.type": "microsoft.graph.crossTenantAccessPolicyTargetConfiguration"
  }
}