名前空間: microsoft.graph
重要
Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
テナント間 (クロステナント) 移行中のユーザーのクロスorganization ID マッピングを表します。 このリソースは、送信元のorganizationのソース ユーザーと、宛先organization内の対応するターゲット ユーザーとの間の関係を定義します。 これには、ソースとターゲットのユーザー ID、移行メタデータ、およびユーザーの種類の情報が含まれます。
sharePointIdentityMapping から継承します。
メソッド
| メソッド | 戻り値の種類 | 説明 |
|---|---|---|
| Get | sharePointUserIdentityMapping | ソース ユーザー プリンシパル名 (UPN) によって特定のユーザー ID マッピング を取得します。 |
| Update | sharePointUserIdentityMapping | クロスorganization移行のユーザー ID マッピングに対してデルタ パッチ操作を実行します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| deleted | deleted | ID マッピングが正常に削除されたことを示します。 sharePointIdentityMapping から継承されます。 |
| id | 文字列 | ユーザー ID マッピングの一意識別子。 Base64 でエンコードされた文字列。 自動的に生成されます。 sharePointIdentityMapping から継承されます。 |
| sourceOrganizationId | Guid | 移行でorganizationソースの一意識別子。 sharePointIdentityMapping から継承されます。 |
| sourceUserIdentity | Useridentity | 元のorganization内のソース ユーザーの ID 情報。 ソース ユーザーのプリンシパル名が含まれます。 |
| targetUserIdentity | Useridentity | 宛先organization内のターゲット ユーザーの ID 情報。 ターゲット ユーザーのプリンシパル名を格納します。 |
| targetUserMigrationData | sharePointIdentityMappingUserMigrationData | ターゲット ユーザーの追加の移行固有データ。 宛先organization内のユーザーの電子メール アドレスが含まれます。 |
| userType | sharePointIdentityMappingUserType | ユーザーの種類を示します。 使用可能な値: none、regularUser、adminUser、guestUser、unknownFutureValue。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.sharePointUserIdentityMapping",
"deleted": {"@odata.type": "microsoft.graph.deleted"},
"id": "String (identifier)",
"sourceOrganizationId": "Guid",
"sourceUserIdentity": {"@odata.type": "microsoft.graph.userIdentity"},
"targetUserIdentity": {"@odata.type": "microsoft.graph.userIdentity"},
"targetUserMigrationData": {"@odata.type": "microsoft.graph.sharePointIdentityMappingUserMigrationData"},
"userType": "String"
}