| title | crossTenantAccessPolicyInboundTrust resource type |
|---|---|
| description | Defines the Conditional Access claims you want to accept from other organizations via your cross-tenant access policy configuration. |
| author | jkdouglas |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Defines the Conditional Access claims you want to accept from other Microsoft Entra organizations via your cross-tenant access policy configuration. These can be configured in your default configuration, partner-specific configuration, or both.
| Property | Type | Description |
|---|---|---|
| isCompliantDeviceAccepted | Boolean | Specifies whether compliant devices from external Microsoft Entra organizations are trusted. |
| isHybridAzureADJoinedDeviceAccepted | Boolean | Specifies whether Microsoft Entra hybrid joined devices from external Microsoft Entra organizations are trusted. |
| isMfaAccepted | Boolean | Specifies whether MFA from external Microsoft Entra organizations is trusted. |
| isCompliantNetworkAccepted | Boolean | Specifies whether compliant network from external Microsoft Entra organizations is trusted. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.crossTenantAccessPolicyInboundTrust",
"isMfaAccepted": "Boolean",
"isCompliantDeviceAccepted": "Boolean",
"isHybridAzureADJoinedDeviceAccepted": "Boolean",
"isCompliantNetworkAccepted": "Boolean"
}