Microsoft Graph · Schema

microsoft.graph.crossTenantAccessPolicyConfigurationDefault

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcrosstenantaccesspolicyconfigurationdefault-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyConfigurationDefault",
  "title": "microsoft.graph.crossTenantAccessPolicyConfigurationDefault",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "crossTenantAccessPolicyConfigurationDefault",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "automaticUserConsentSettings": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.inboundOutboundPolicyConfiguration"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Determines the default configuration for automatic user consent settings. The inboundAllowed and outboundAllowed properties are always false and can't be updated in the default configuration. Read-only."
        },
        "b2bCollaborationInbound": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Defines your default 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 default 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 default configuration for users from other organizations accessing your resources via Microsoft Entra B2B direct connect."
        },
        "b2bDirectConnectOutbound": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Defines your default 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 default configuration for trusting other Conditional Access claims from external Microsoft Entra organizations."
        },
        "invitationRedemptionIdentityProviderConfiguration": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.defaultInvitationRedemptionIdentityProviderConfiguration"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Defines the priority order based on which an identity provider is selected during invitation redemption for a guest user."
        },
        "isServiceDefault": {
          "type": "boolean",
          "description": "If true, the default configuration is set to the system default configuration. If false, the default settings are customized.",
          "nullable": true
        },
        "tenantRestrictions": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Defines the default tenant restrictions configuration for users in your organization who access an external organization on your network or devices."
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.crossTenantAccessPolicyConfigurationDefault"
}