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

# PFProfilesSetEntityProfilePolicyRequest

> PFProfilesSetEntityProfilePolicyRequest 데이터 모델입니다. 이는 지정된 엔터티 프로필에 대한 액세스 정책 문을 설정합니다. 이는 가산적이지 않으며, 기존의 모든 문은.

PFProfilesSetEntityProfilePolicyRequest 데이터 모델입니다. 이는 지정된 엔터티 프로필에 대한 액세스 정책 문을 설정합니다. 이는 가산적이지 않으며, 기존의 모든 문은 이 요청에 포함된 문으로 대체됩니다.

## 구문

```cpp theme={null}
typedef struct PFProfilesSetEntityProfilePolicyRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    PFEntityKey const* entity;  
    PFProfilesEntityPermissionStatement const* statements;  
    uint32_t statementsCount;  
} PFProfilesSetEntityProfilePolicyRequest;  
```

### 멤버

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

(선택 사항) 요청과 연결된 선택적 사용자 지정 태그입니다(예: 빌드 번호, 외부 추적 식별자 등).

**`customTagsCount`**   uint32\_t

customTags의 개수입니다.

**`entity`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*

이 동작을 수행할 대상 엔터티입니다.

**`statements`**   [PFProfilesEntityPermissionStatement](/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentitypermissionstatement) const\*

액세스 정책에 포함할 문입니다.

**`statementsCount`**   uint32\_t

statements의 개수입니다.

## 요구 사항

**헤더:** PFProfilesTypes.h

## 참고 항목

[PFProfilesTypes 멤버](/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members)


## Related topics

- [PFProfilesSetProfilePolicyAsync](/ko/services/playfab/api-references/c/pfprofiles/functions/pfprofilessetprofilepolicyasync.md)
- [Services C API 개요 - PFProfilesTypes.h](/ko/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members.md)
- [PFProfilesSetEntityProfilePolicyResponse](/ko/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilessetentityprofilepolicyresponse.md)
- [PFProfilesSetProfilePolicyGetResult](/ko/services/playfab/api-references/c/pfprofiles/functions/pfprofilessetprofilepolicygetresult.md)
- [PFProfilesSetProfilePolicyGetResultSize](/ko/services/playfab/api-references/c/pfprofiles/functions/pfprofilessetprofilepolicygetresultsize.md)
