Edit

crossTenantMigration resource type

Namespace: microsoft.graph

Represents authorization for cross-tenant mailbox migration from a partner tenant. Available only in a partner policy.

Inherits from m365CapabilityBase.

Methods

This resource is part of a polymorphic collection managed by the m365CapabilityBase base type. Operations are performed through the base type endpoints on the crossTenantAccessPolicyConfigurationDefault or crossTenantAccessPolicyConfigurationPartner resources.

Properties

Property Type Description
inboundAccess m365CapabilityInboundAccess The inbound access settings for the capability. Inherited from m365CapabilityBase.
lastModifiedDateTime DateTimeOffset The automatically updated last modified timestamp for the capability. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. Inherited from m365CapabilityBase.
name String The name or identifier of the capability. Inherited from m365CapabilityBase.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.crossTenantMigration",
  "name": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "inboundAccess": {"@odata.type": "microsoft.graph.m365CapabilityInboundAccess"}
}