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

# PFUserAppleIdInfo

> PFUserAppleIdInfo 데이터 모델입니다.

PFUserAppleIdInfo 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFUserAppleIdInfo {  
    const char* appleSubjectId;  
} PFUserAppleIdInfo;  
```

### 멤버

**`appleSubjectId`**   const char\*\
*null로 종료됨*

(선택 사항) Apple subject ID입니다.

## 요구 사항

**헤더:** PFTypes.h

## 함께 보기

[PFTypes 멤버](/services/playfab/api-references/c/pftypes/pftypes_members)
