> ## 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.

# PFAccountManagementPSNAccountPlayFabIdPair

> PFAccountManagementPSNAccountPlayFabIdPair データ モデル。

PFAccountManagementPSNAccountPlayFabIdPair データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementPSNAccountPlayFabIdPair {  
    const char* playFabId;  
    const char* PSNAccountId;  
} PFAccountManagementPSNAccountPlayFabIdPair;  
```

### メンバー

**`playFabId`**   const char\*<br />*is null-terminated*

(省略可) ユーザーの一意の PlayFab 識別子。PlayStation :tm: Network 識別子に PlayFab アカウントがリンクされていない場合は null。

**`PSNAccountId`**   const char\*<br />*is null-terminated*

(省略可) ユーザーの一意の PlayStation :tm: Network 識別子。

## 要件

**ヘッダー:** PFAccountManagementTypes.h

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementGetPlayFabIDsFromPSNAccountIDsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfrompsnaccountidsresult.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementNintendoServiceAccountPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementnintendoserviceaccountplayfabidpair.md)
- [PFAccountManagementXboxLiveAccountPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementxboxliveaccountplayfabidpair.md)
- [PFAccountManagementSteamPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementsteamplayfabidpair.md)
