Microsoft Graph · Schema

crossTenantAccessPolicyConfigurationPartner

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task

Properties

Name Type Description
automaticUserConsentSettings object Determines the partner-specific configuration for automatic user consent settings. Unless specifically configured, the inboundAllowed and outboundAllowed properties are null and inherit from the defau
b2bCollaborationInbound object Defines your partner-specific configuration for users from other organizations accessing your resources via Microsoft Entra B2B collaboration.
b2bCollaborationOutbound object Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B collaboration.
b2bDirectConnectInbound object Defines your partner-specific configuration for users from other organizations accessing your resources via Azure B2B direct connect.
b2bDirectConnectOutbound object Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B direct connect.
inboundTrust object Determines the partner-specific configuration for trusting other Conditional Access claims from external Microsoft Entra organizations.
isInMultiTenantOrganization boolean Identifies whether a tenant is a member of a multitenant organization.
isServiceProvider boolean Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization.
tenantId string The tenant identifier for the partner Microsoft Entra organization. Read-only. Key.
tenantRestrictions object Defines the partner-specific tenant restrictions configuration for users in your organization who access a partner organization using partner supplied identities on your network or devices.
identitySynchronization object Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multitenant organization by
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcrosstenantaccesspolicyconfigurationpartner-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationPartner",
  "title": "crossTenantAccessPolicyConfigurationPartner",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "automaticUserConsentSettings": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Determines the partner-specific configuration for automatic user consent settings. Unless specifically configured, the inboundAllowed and outboundAllowed properties are null and inherit from the default settings, which is always false."
    },
    "b2bCollaborationInbound": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Defines your partner-specific configuration for users from other organizations accessing your resources via Microsoft Entra B2B collaboration."
    },
    "b2bCollaborationOutbound": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B collaboration."
    },
    "b2bDirectConnectInbound": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Defines your partner-specific configuration for users from other organizations accessing your resources via Azure B2B direct connect."
    },
    "b2bDirectConnectOutbound": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B direct connect."
    },
    "inboundTrust": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyInboundTrust"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Determines the partner-specific configuration for trusting other Conditional Access claims from external Microsoft Entra organizations."
    },
    "isInMultiTenantOrganization": {
      "type": "boolean",
      "description": "Identifies whether a tenant is a member of a multitenant organization.",
      "nullable": true
    },
    "isServiceProvider": {
      "type": "boolean",
      "description": "Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization.",
      "nullable": true
    },
    "tenantId": {
      "type": "string",
      "description": "The tenant identifier for the partner Microsoft Entra organization. Read-only. Key."
    },
    "tenantRestrictions": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Defines the partner-specific tenant restrictions configuration for users in your organization who access a partner organization using partner supplied identities on your network or devices."
    },
    "identitySynchronization": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.crossTenantIdentitySyncPolicyPartner"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Defines the cross-tenant policy for the synchronization of users from a partner tenant. Use this user synchronization policy to streamline collaboration between users in a multitenant organization by automating the creation, update, and deletion of users from one tenant to another.",
      "x-ms-navigationProperty": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphcrosstenantaccesspolicyconfigurationpartner"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.