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

# PFAccountManagementServerLinkPSNAccountRequest

> PFAccountManagementServerLinkPSNAccountRequest データ モデル。

PFAccountManagementServerLinkPSNAccountRequest データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementServerLinkPSNAccountRequest {  
    const char* authCode;  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    bool const* forceLink;  
    int32_t const* issuerId;  
    const char* playFabId;  
    const char* redirectUri;  
} PFAccountManagementServerLinkPSNAccountRequest;  
```

### メンバー

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

PlayStation :tm: Network によって提供される認証コード。

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(省略可) リクエストに関連付けられた省略可能なカスタム タグ (ビルド番号、外部トレース識別子など)。

**`customTagsCount`**   uint32\_t

customTags の数。

**`forceLink`**   bool const\*<br />*may be nullptr*

(省略可) 別のユーザーが既にアカウントにリンクされている場合、そのユーザーのリンクを解除して再リンクします。

**`issuerId`**   int32\_t const\*<br />*may be nullptr*

(省略可) PlayStation :tm: Network の発行者環境の ID。null の場合、既定で運用環境になります。

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

操作対象のユーザーの、PlayFab によって割り当てられた一意の ID。

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

認証コードを要求するときに PlayStation :tm: Network に指定するリダイレクト URI。

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementServerLinkPSNAccountAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverlinkpsnaccountasync.md)
- [PFAccountManagementServerLinkXboxAccountRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverlinkxboxaccountrequest.md)
- [PFAccountManagementServerLinkNintendoServiceAccountRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverlinknintendoserviceaccountrequest.md)
- [PFAccountManagementLinkServerCustomIdRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinkservercustomidrequest.md)
- [PFAccountManagementServerLinkXboxAccountAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverlinkxboxaccountasync.md)
