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

# PFProfilesEntityPermissionStatement

> PFProfilesEntityPermissionStatement 데이터 모델입니다.

PFProfilesEntityPermissionStatement 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFProfilesEntityPermissionStatement {  
    const char* action;  
    const char* comment;  
    PFJsonObject condition;  
    PFProfilesEffectType effect;  
    PFJsonObject principal;  
    const char* resource;  
} PFProfilesEntityPermissionStatement;  
```

### 멤버

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

이 문이 영향을 미치는 동작입니다. 'Read', 'Write' 또는 읽기와 쓰기 모두를 의미하는 '\*'일 수 있습니다.

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

(선택 사항) 문에 대한 주석입니다. 기록 관리와 디버깅 용도로만 사용됩니다.

**`condition`**   [PFJsonObject](/services/playfab/api-references/c/pftypes/structs/pfjsonobject)

(선택 사항) 엔터티 리소스에 적용할 추가 조건입니다.

**`effect`**   [PFProfilesEffectType](/services/playfab/api-references/c/pfprofilestypes/enums/pfprofileseffecttype)

이 문이 갖는 효과입니다. Allow 또는 Deny일 수 있습니다.

**`principal`**   [PFJsonObject](/services/playfab/api-references/c/pftypes/structs/pfjsonobject)

이 문이 영향을 미치는 주체입니다.

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

이 문이 영향을 미치는 리소스입니다. 'pfrn:data--title!\[Title ID]/Profile/\*'와 유사합니다.

## 요구 사항

**헤더:** PFProfilesTypes.h

## 참고 항목

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


## Related topics

- [PFProfilesSetEntityProfilePolicyRequest](/ko/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilessetentityprofilepolicyrequest.md)
- [PFProfilesSetEntityProfilePolicyResponse](/ko/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilessetentityprofilepolicyresponse.md)
- [PFProfilesEntityProfileBody](/ko/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentityprofilebody.md)
- [Services C API 개요 - PFProfilesTypes.h](/ko/services/playfab/api-references/c/pfprofilestypes/pfprofilestypes_members.md)
- [LogStatement](/ko/services/playfab/api-references/events/data-types/logstatement.md)
