Microsoft Graph · Schema

crossTenantAccessPolicyInboundTrust

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name 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.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcrosstenantaccesspolicyinboundtrust-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyInboundTrust",
  "title": "crossTenantAccessPolicyInboundTrust",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "isCompliantDeviceAccepted": {
      "type": "boolean",
      "description": "Specifies whether compliant devices from external Microsoft Entra organizations are trusted.",
      "nullable": true
    },
    "isHybridAzureADJoinedDeviceAccepted": {
      "type": "boolean",
      "description": "Specifies whether Microsoft Entra hybrid joined devices from external Microsoft Entra organizations are trusted.",
      "nullable": true
    },
    "isMfaAccepted": {
      "type": "boolean",
      "description": "Specifies whether MFA from external Microsoft Entra organizations is trusted.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}