Microsoft Graph · Schema

microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmultitenantorganizationpartnerconfigurationtem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate",
  "title": "microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "multiTenantOrganizationPartnerConfigurationTemplate",
      "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 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."
        },
        "templateApplicationLevel": {
          "$ref": "#/components/schemas/microsoft.graph.templateApplicationLevel"
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.multiTenantOrganizationPartnerConfigurationTemplate"
}