Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.63 KB

File metadata and controls

44 lines (34 loc) · 1.63 KB
title crossTenantAccessPolicyAppServiceConnectSetting resource type
description Represents the inbound app service connect settings for a cross-tenant access policy that specify which applications can connect across tenant boundaries.
author srinivaspadala-msft
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 03/06/2026

crossTenantAccessPolicyAppServiceConnectSetting resource type

Namespace: microsoft.graph

Represents the inbound app service connect settings for a cross-tenant access policy that specify which applications can connect across tenant boundaries.

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

Properties

Property Type Description
applications crossTenantAccessPolicyTargetConfiguration Defines the target applications that are allowed for inbound app service connect across tenant boundaries.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.crossTenantAccessPolicyAppServiceConnectSetting",
  "applications": {
    "@odata.type": "microsoft.graph.crossTenantAccessPolicyTargetConfiguration"
  }
}