Edit

Share via


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"
  }
}