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

# PFAccountManagementLinkIOSDeviceIDRequest

> PFAccountManagementLinkIOSDeviceIDRequest データ モデル。

PFAccountManagementLinkIOSDeviceIDRequest データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementLinkIOSDeviceIDRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* deviceId;  
    const char* deviceModel;  
    bool const* forceLink;  
    const char* OS;  
} PFAccountManagementLinkIOSDeviceIDRequest;  
```

### メンバー

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*nullptr の場合があります*

(オプション) 要求に関連付けられたオプションのカスタム タグです (ビルド番号、外部トレース識別子など)。

**`customTagsCount`**   uint32\_t

customTags の数

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

ユーザーのデバイスに固有のベンダー固有 iOS 識別子です。

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

(オプション) ユーザーのデバイスの具体的なモデルです。

**`forceLink`**   bool const\*<br />*nullptr の場合があります*

(オプション) 他のユーザーが既にデバイスにリンクされている場合は、そのユーザーのリンクを解除して再リンクします。

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

(オプション) ユーザーのデバイスの具体的なオペレーティング システム バージョンです。

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementClientLinkIOSDeviceIDAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientlinkiosdeviceidasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementLinkAndroidDeviceIDRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinkandroiddeviceidrequest.md)
- [PFAccountManagementServerLinkNintendoSwitchDeviceIdRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverlinknintendoswitchdeviceidrequest.md)
- [PFAccountManagementClientLinkNintendoSwitchDeviceIdRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientlinknintendoswitchdeviceidrequest.md)
