How to get cluster member keys from the placement scriptet

Is there a way to get cluster member user configuration keys from the instance placement scriptlet? Both candidate_members obtained on input and get_cluster_members(group) function get information from the Cluster Member api which I don’t think has access to those user keys. Is there something I’m missing?

ClusterMember includes ClusterMemberPut which has the Config field.

Ohh sorry for that one. Should have attempted to debug-log everything instead of just looking at the documentation.

Edit: and to anyone looking at this, the documentation is correct. I just didn’t find it…