> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# player_identity_link_added

> player_identity_link_added イベント。

このイベントは、プレイヤー ID プロバイダーのプレイヤー ID が master\_player\_account エンティティにリンクされたときにトリガーされます。リンク後、プレイヤー ID を使用して master\_player\_account を認証できます。

## プロパティ

| 名前                       | 型      | 説明                                                     |
| :----------------------- | :----- | :----------------------------------------------------- |
| IdentityLinkId           | String | プレイヤー ID と master\_player\_account の間に追加されたリンクの一意の識別子。 |
| IdentityProvider         | String | リンクされた ID が存在するプレイヤー ID プロバイダーの名前。                     |
| IdentityProviderIssuedId | String | リンクされたプレイヤー ID の一意の識別子。プレイヤー ID プロバイダーによって割り当てられます。    |

## 共通プロパティ

すべての V2 PlayStream イベントは JSON オブジェクトとしてフォーマットされ、多くは次の共通プロパティを共有します。

| 名前                 | 型                                                                             | 説明                                                |
| :----------------- | :---------------------------------------------------------------------------- | :------------------------------------------------ |
| SchemaVersion      | String                                                                        | セマンティック バージョニング方式に従った PlayStream イベント形式のバージョン。    |
| FullName           | [Object](/services/playfab/api-references/events/data-types/fullnameobject)   | イベントの種類を完全に指定するための、イベント名とイベント名前空間の組み合わせ。          |
| Id                 | String                                                                        | このイベントに対して PlayFab が割り当てた一意の識別子。                  |
| Timestamp          | DateTime                                                                      | このイベントに関連付けられた時刻 (UTC)。                           |
| Entity             | [Object](/services/playfab/api-references/events/data-types/entityobject)     | Entity ID や Entity Type など、このイベントが適用されるエンティティの詳細。 |
| Originator         | [Object](/services/playfab/api-references/events/data-types/originatorobject) | このイベントを開始したソースとソースの種類を記述するオブジェクト。                 |
| PayloadContentType | String                                                                        | イベント ペイロードの内容を指定します。既定値は "JSON" です。               |
| Origin Info        | Object                                                                        | PlayFab の外部で発生したイベントに関する情報を含むオプションのフィールド。         |


## Related topics

- [PlayFab の PlayStream イベント モデル リファレンス](/ja-jp/services/playfab/api-references/events/index.md)
- [player_identity_link_removed](/ja-jp/services/playfab/api-references/events/PlayerIdentity/player-identity-link-removed.md)
- [player_added_title](/ja-jp/services/playfab/api-references/events/PlayerIdentity/player-added-title.md)
- [player_tag_added](/ja-jp/services/playfab/api-references/events/PlayerIdentity/player-tag-added.md)
- [player_password_reset_link_sent](/ja-jp/services/playfab/api-references/events/PlayerIdentity/player-password-reset-link-sent.md)
