Skip to main content
PFProfilesEntityPermissionStatement data model.

Syntax

Members

action   const char*
is null-terminated
The action this statement effects. May be ‘Read’, ‘Write’ or ’*’ for both read and write. comment   const char*
is null-terminated
(Optional) A comment about the statement. Intended solely for bookkeeping and debugging. condition   PFJsonObject (Optional) Additional conditions to be applied for entity resources. effect   PFProfilesEffectType The effect this statement will have. It may be either Allow or Deny. principal   PFJsonObject The principal this statement will effect. resource   const char*
is null-terminated
The resource this statements effects. Similar to ‘pfrn:data—title![Title ID]/Profile/*’.

Requirements

Header: PFProfilesTypes.h

See also

PFProfilesTypes members
Last modified on August 3, 2026