crossTenantAccessPolicyConfigurationDefault resource type

Namespace: microsoft.graph

The default configuration defined for inbound and outbound settings of Azure AD B2B collaboration and B2B direct connect.

Methods

Method Return type Description
Get crossTenantAccessPolicyConfigurationDefault crossTenantAccessPolicyConfigurationDefault Get the default configuration for B2B collaboration and B2B direct connect inbound and outbound settings.
Update crossTenantAccessPolicyConfigurationDefault None Update the default configuration for B2B collaboration and B2B direct connect inbound and outbound settings.
Reset to system default None Reset the default configuration for a cross-tenant access policy to the system default settings.

Properties

Property Type Description
b2bCollaborationInbound crossTenantAccessPolicyB2BSetting Defines your default configuration for users from other organizations accessing your resources via Azure AD B2B collaboration.
b2bCollaborationOutbound crossTenantAccessPolicyB2BSetting Defines your default configuration for users in your organization going outbound to access resources in another organization via Azure AD B2B collaboration.
b2bDirectConnectInbound crossTenantAccessPolicyB2BSetting Defines your default configuration for users from other organizations accessing your resources via Azure AD B2B direct connect.
b2bDirectConnectOutbound crossTenantAccessPolicyB2BSetting Defines your default configuration for users in your organization going outbound to access resources in another organization via Azure AD B2B direct connect.
inboundTrust crossTenantAccessPolicyInboundTrust Determines the default configuration for trusting other Conditional Access claims from external Azure AD organizations.
isServiceDefault Boolean If true, the default configuration is set to the system default configuration. If false, the default settings have been customized.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.crossTenantAccessPolicyConfigurationDefault",
  "b2bCollaborationInbound": {
    "@odata.type": "microsoft.graph.crossTenantAccessPolicyB2BSetting"
  },
  "b2bCollaborationOutbound": {
    "@odata.type": "microsoft.graph.crossTenantAccessPolicyB2BSetting"
  },
  "b2bDirectConnectInbound": {
    "@odata.type": "microsoft.graph.crossTenantAccessPolicyB2BSetting"
  },
  "b2bDirectConnectOutbound": {
    "@odata.type": "microsoft.graph.crossTenantAccessPolicyB2BSetting"
  },
  "inboundTrust": {
    "@odata.type": "microsoft.graph.crossTenantAccessPolicyInboundTrust"
  },
  "isServiceDefault": "Boolean"
}