hi team! In derivedRoles we're always initiating based on a parentRole provided by the Principle right..? When further restricting the role assignment using an expression, is there a special var we can use in this expression to refer to the value of the parentRole that's currently being evaluated?
parentRole: banana*
expression: CurrentlyEvaluatedParentRole.EndsWith('pop')