crossTenantAccessPolicy resource type

Namespace: microsoft.graph

Represents the base policy in the directory for cross-tenant access settings.

Methods

Method Return type Description
Get crossTenantAccessPolicy crossTenantAccessPolicy Read the properties and relationships of a crossTenantAccessPolicy object.
Update crossTenantAccessPolicy crossTenantAccessPolicy Update the properties of a crossTenantAccessPolicy object.

Properties

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.

Relationships

Relationship Type Description
default crossTenantAccessPolicyConfigurationDefault Defines the default configuration for how your organization interacts with external Microsoft Entra organizations.
partners crossTenantAccessPolicyConfigurationPartner collection Defines partner-specific configurations for external Microsoft Entra organizations.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.crossTenantAccessPolicy",
  "displayName": "String",
  "allowedCloudEndpoints": ["String"]
}