Rather than hardcoding strings (ex: a filesystem prefix, DN prefix, etc) into cloud based java rules, it would be beneficial to have a way to access global metadata as a key:value store so rules could look up dynamic values.
Something like String IdnRuleUtil.getGlobalMetadataValue(String metadataName)
If this exists, I’m not finding it in the java docs!