Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PFProfilesSetEntityProfilePolicyResponse data model.
Syntax
typedef struct PFProfilesSetEntityProfilePolicyResponse {
PFProfilesEntityPermissionStatement const* permissions;
uint32_t permissionsCount;
} PFProfilesSetEntityProfilePolicyResponse;
Members
permissions PFProfilesEntityPermissionStatement const*
may be nullptr
(Optional) The permissions that govern access to this entity profile and its properties. Only includes permissions set on this profile, not global statements from titles and namespaces.
permissionsCount uint32_t
Count of permissions
Requirements
Header: PFProfilesTypes.h