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

# PFAccountManagementNintendoServiceAccountPlayFabIdPair

> PFAccountManagementNintendoServiceAccountPlayFabIdPair データ モデル。

PFAccountManagementNintendoServiceAccountPlayFabIdPair データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementNintendoServiceAccountPlayFabIdPair {  
    const char* nintendoServiceAccountId;  
    const char* playFabId;  
} PFAccountManagementNintendoServiceAccountPlayFabIdPair;  
```

### メンバー

**`nintendoServiceAccountId`**   const char\*<br />*null で終端されます*

(オプション) ユーザーの一意な Nintendo Switch Service Account 識別子です。

**`playFabId`**   const char\*<br />*null で終端されます*

(オプション) ユーザーの一意な PlayFab 識別子です。Nintendo Switch Service Account 識別子にリンクされた PlayFab アカウントが存在しない場合は null になります。

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementGetPlayFabIDsFromNintendoServiceAccountIdsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromnintendoserviceaccountidsresult.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementNintendoSwitchPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementnintendoswitchplayfabidpair.md)
- [PFAccountManagementGetPlayFabIDsFromNintendoSwitchDeviceIdsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromnintendoswitchdeviceidsresult.md)
- [PFAccountManagementPSNAccountPlayFabIdPair](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnaccountplayfabidpair.md)
