Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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 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"
}
}