Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"
}
}