Show / Hide Table of Contents

Policy.ReadWrite.CrossTenantAccess

Allows the app to read and write your organization's cross tenant access policies on behalf of the signed-in user.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
Beta A,D DELETE /policies/crossTenantAccessPolicy/partners/{id}
Beta A,D GET /policies/crossTenantAccessPolicy
Beta A,D GET /policies/crossTenantAccessPolicy/default
Beta A,D GET /policies/crossTenantAccessPolicy/partners
Beta A,D GET /policies/crossTenantAccessPolicy/partners/{id}
Beta A,D PATCH /policies/crossTenantAccessPolicy
Beta A,D PATCH /policies/crossTenantAccessPolicy/default
Beta A,D PATCH /policies/crossTenantAccessPolicy/partners/{id}
Beta A,D POST /policies/crossTenantAccessPolicy/default/resetToSystemDefault
Beta A,D POST /policies/crossTenantAccessPolicy/partners

Delegate Permission

Id 014b43d0-6ed4-4fc6-84dc-4b6f7bae7d85
Consent Type Admin
Display String Read and write your organization's cross tenant access policies
Description Allows the app to read and write your organization's cross tenant access policies on behalf of the signed-in user.

Application Permission

Id 338163d7-f101-4c92-94ba-ca46fe52447c
Display String Read and write your organization's cross tenant access policies
Description Allows the app to read and write your organization's cross tenant access policies without a signed-in user.

Resources

crossTenantAccessPolicy

Property Type Description
displayName String The display name of the cross-tenant access policy. Inherited from policyBase.
allowedCloudEndpoints String collection Used to specify which Microsoft clouds an organization would like to collaborate with. By default, this value is empty. Supported values for this field are: microsoftonline.com, microsoftonline.us, and partner.microsoftonline.cn.
definition (deprecated) String The raw JSON definition of the cross-tenant access policy. **D

crossTenantAccessPolicyB2BSetting

Property Type Description
applications crossTenantAccessPolicyTargetConfiguration The list of applications targeted with your cross-tenant access policy.
usersAndGroups crossTenantAccessPolicyTargetConfiguration The list of users and groups targeted with your cross-tenant access policy.

crossTenantAccessPolicyConfigurationDefault

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.

crossTenantAccessPolicyConfigurationPartner

Property Type Description
b2bCollaborationInbound crossTenantAccessPolicyB2BSetting Defines your partner-specific configuration for users from other organizations accessing your resources via Azure AD B2B collaboration.
b2bCollaborationOutbound crossTenantAccessPolicyB2BSetting Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Azure AD B2B collaboration.
b2bDirectConnectInbound crossTenantAccessPolicyB2BSetting Defines your partner-specific configuration for users from other organizations accessing your resources via Azure B2B direct connect.
b2bDirectConnectOutbound crossTenantAccessPolicyB2BSetting Defines your partner-specific configuration for users in your organization going outbound to access resources in another organization via Azure AD B2B direct connect.
inboundTrust crossTenantAccessPolicyInboundTrust Determines the partner-specific configuration for trusting other Conditional Access claims from external Azure AD organizations.
isServiceProvider Boolean Identifies whether the partner-specific configuration is a Cloud Service Provider for your organization.
tenantId String The tenant identifier for the partner Azure AD organization. Read-only. Key.

crossTenantAccessPolicyInboundTrust

Property Type Description
isCompliantDeviceAccepted Boolean Specifies whether compliant devices from external Azure AD organizations are trusted.
isHybridAzureADJoinedDeviceAccepted Boolean Specifies whether hybrid Azure AD joined devices from external Azure AD organizations are trusted.
isMfaAccepted Boolean Specifies whether MFA from external Azure AD organizations is trusted.
In This Article
Back to top Created by merill | Submit feedback