crossTenantAccessPolicyInboundTrust resource type
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.
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.
Properties
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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.crossTenantAccessPolicyInboundTrust",
"isMfaAccepted": "Boolean",
"isCompliantDeviceAccepted": "Boolean",
"isHybridAzureADJoinedDeviceAccepted": "Boolean"
}