Managed Attributes: Custom group objects and their custom group object members

In terms of custom group objects that have other custom group objects as members, how can I represent the group objects as Entitlements in the context of viewing the aggregated group object’s properties via the Entitlement Catalogue? In other words, using the Loopback connector as an example:

I am configuring another application (JDBC-based) and cannot get the Entitlements to populate despite similar configuration. What have I missed?

As you can see, ‘security groups’ have ‘security points’ as members - the security point group objects are even correctly represented in the security_point attribute but the ‘Entitlements’ section is not present/populated.

Comparing to the loopback schema, make sure your security_point attribute in your security_group schema is object type security_point rather than string (it seems like you already have this done based on what you said above). Also make sure the Entitlement option is marked off for the security_point attribute as well.

The ‘entitlement’ option for the security_point attribute was the missing piece of the puzzle. Thanks @patrickboston!