Skip to main content
PFProfilesSetEntityProfilePolicyRequest data model. This will set the access policy statements on the given entity profile. This is not additive, any existing statements will be replaced with the statements in this request.

Syntax

Members

customTags   PFStringDictionaryEntry const*
may be nullptr
(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). customTagsCount   uint32_t Count of customTags entity   PFEntityKey const* The entity to perform this action on. statements   PFProfilesEntityPermissionStatement const* The statements to include in the access policy. statementsCount   uint32_t Count of statements

Requirements

Header: PFProfilesTypes.h

See also

PFProfilesTypes members
Last modified on August 3, 2026