Show / Hide Table of Contents

CrossTenantInformation.ReadBasic.All

Allows the application to obtain basic tenant information about another target tenant within the Azure AD ecosystem on behalf of the signed-in user.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 A,D GET /tenantRelationships/findTenantInformationByDomainName(domainName='{id}')
V1 A,D GET /tenantRelationships/findTenantInformationByTenantId(tenantId='{id}')

Delegate Permission

Id 81594d25-e88e-49cf-ac8c-fecbff49f994
Consent Type Admin
Display String Read cross-tenant basic information
Description Allows the application to obtain basic tenant information about another target tenant within the Azure AD ecosystem on behalf of the signed-in user.

Application Permission

Id cac88765-0581-4025-9725-5ebc13f729ee
Display String Read cross-tenant basic information
Description Allows the application to obtain basic tenant information about another target tenant within the Azure AD ecosystem without a signed-in user.

Resources

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.

tenantInformation

Property Type Description
defaultDomainName String Primary domain name of an Azure AD tenant.
displayName String Display name of an Azure AD tenant.
federationBrandName String Name shown to users that sign in to an Azure AD tenant.
tenantId String Unique identifier of an Azure AD tenant.
In This Article
Back to top Created by merill | Submit feedback