crossTenantAccessPolicyInboundTrust resource type

Namespace: microsoft.graph

Defines the Conditional Access claims you want to accept from other Azure AD 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 Azure AD organizations are trusted.
isHybridAzureADJoinedDeviceAccepted Boolean Specifies whether hybrid Azure AD joined devices from external Azure AD organizations are trusted.
isMfaAccepted Boolean Specifies whether MFA from external Azure AD organizations is trusted.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.crossTenantAccessPolicyInboundTrust",
  "isCompliantDeviceAccepted": "Boolean",
  "isHybridAzureADJoinedDeviceAccepted": "Boolean",
  "isMfaAccepted": "Boolean"
}