Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a base identity mapping for cross-organization (tenant-to-tenant) migration scenarios. This abstract type serves as the parent for specific identity mapping types for users and groups.
Base type of sharePointUserIdentityMapping and sharePointGroupIdentityMapping.
Inherits from entity.
Methods
None.
Properties
| Property | Type | Description |
|---|---|---|
| id | String | Unique identifier for the identity mapping. Base64-encoded String. Generated automatically. Inherited from entity. |
| sourceOrganizationId | Guid | The unique identifier of the source organization in the migration. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.sharePointIdentityMapping",
"id": "String (identifier)",
"sourceOrganizationId": "Guid"
}