sharePointGroupIdentityMapping 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示在租户到租户 (跨租户迁移) 期间组的跨组织标识映射。 此资源定义源组织中的源组与目标组织中的相应目标组之间的关系。 它包括源和目标组标识、迁移元数据以及组类型信息。

继承自 sharePointIdentityMapping

方法

方法 返回类型 说明
Get sharePointGroupIdentityMapping 根据源组Microsoft Entra ID对象 ID 检索特定的跨组织组标识映射
更新 sharePointGroupIdentityMapping 对跨组织迁移 的组标识映射 执行增量修补作。

属性

属性 类型 说明
groupType sharePointIdentityMappingGroupType 指示组的类型。 可能的值包括 noneregularGroupm365GroupunknownFutureValue
id String 组标识映射的唯一标识符。 Base64 编码的字符串。 自动生成。 继承自 sharePointIdentityMapping
sourceGroupIdentity identity 原始组织中的源组的标识信息。 包含源组的 ID。
sourceOrganizationId Guid 迁移中源组织的唯一标识符。 继承自 sharePointIdentityMapping
targetGroupIdentity identity 目标组织中目标组的标识信息。 包含目标组的 ID。
targetGroupMigrationData sharePointIdentityMappingGroupMigrationData 目标组的其他特定于迁移的数据。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.sharePointGroupIdentityMapping",
  "groupType": "String",
  "id": "String (identifier)",
  "sourceGroupIdentity": {"@odata.type": "microsoft.graph.identity"},
  "sourceOrganizationId": "Guid",
  "targetGroupIdentity": {"@odata.type": "microsoft.graph.identity"},
  "targetGroupMigrationData": {"@odata.type": "microsoft.graph.sharePointIdentityMappingGroupMigrationData"}
}