Partager via


Type de ressource sharePointGroupIdentityMapping

Espace de noms: microsoft.graph

Importante

Les API sous la version /beta dans Microsoft Graph sont susceptibles d’être modifiées. L’utilisation de ces API dans des applications de production n’est pas prise en charge. Pour déterminer si une API est disponible dans v1.0, utilisez le sélecteur Version .

Représente un mappage d’identité inter-organization pour un groupe lors d’une migration de locataire à locataire (interlocataire). Cette ressource définit la relation entre un groupe source dans le organization d’origine et son groupe cible correspondant dans le organization de destination. Il inclut les identités de groupe source et cible, les métadonnées de migration et les informations de type de groupe.

Hérite de sharePointIdentityMapping.

Méthodes

Méthode Type de retour Description
Obtenir sharePointGroupIdentityMapping Récupérez un mappage d’identité de groupe organization spécifique en fonction de l’ID d’objet Microsoft Entra ID du groupe source.
Mettre à jour sharePointGroupIdentityMapping Effectuez des opérations de correctif delta sur les mappages d’identité de groupe pour la migration inter-organization.

Propriétés

Propriété Type Description
deleted deleted Indique qu’un mappage d’identité a été supprimé avec succès. Hérité de sharePointIdentityMapping.
groupType sharePointIdentityMappingGroupType Indique le type de groupe. Les valeurs possibles sont : none, regularGroup, m365Group, unknownFutureValue.
id String Identificateur unique pour le mappage d’identité de groupe. Chaîne encodée en base64. Généré automatiquement. Hérité de sharePointIdentityMapping.
sourceGroupIdentity identity Informations d’identité du groupe source dans le organization d’origine. Contient l’ID du groupe source.
sourceOrganizationId Guid Identificateur unique de la source organization dans la migration. Hérité de sharePointIdentityMapping.
targetGroupIdentity identity Informations d’identité du groupe cible dans le organization de destination. Contient l’ID du groupe cible.
targetGroupMigrationData sharePointIdentityMappingGroupMigrationData Données supplémentaires spécifiques à la migration pour le groupe cible.

Relations

Aucun.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

{
  "@odata.type": "#microsoft.graph.sharePointGroupIdentityMapping",
  "deleted": {"@odata.type": "microsoft.graph.deleted"},
  "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"}
}