Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.
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"
}
}