Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.81 KB

File metadata and controls

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

crossTenantAccessPolicyM365CollaborationOutboundSetting resource type

Namespace: microsoft.graph

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

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

Properties

Property Type Description
usersAndGroups crossTenantAccessPolicyTargetConfiguration Defines the target users and groups in your organization who are allowed outbound Microsoft 365 collaboration with external organizations.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting",
  "usersAndGroups": {
    "@odata.type": "microsoft.graph.crossTenantAccessPolicyTargetConfiguration"
  }
}