crossTenantAccessPolicyInboundTrust resource type
Namespace: microsoft.graph
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",
"isCompliantDeviceAccepted": "Boolean",
"isHybridAzureADJoinedDeviceAccepted": "Boolean",
"isMfaAccepted": "Boolean"
}