| 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 |
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.
| Property | Type | Description |
|---|---|---|
| usersAndGroups | crossTenantAccessPolicyTargetConfiguration | Defines the target users and groups in your organization who are allowed outbound Microsoft 365 collaboration with external organizations. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.crossTenantAccessPolicyM365CollaborationOutboundSetting",
"usersAndGroups": {
"@odata.type": "microsoft.graph.crossTenantAccessPolicyTargetConfiguration"
}
}