8.9Secure property access
You'll see syntax like:
${secure::salesforce.clientSecret}
The:
secure::
prefix tells Mule:
Resolve this value through Secure Configuration Properties.
MuleSoft explicitly documents using secure:: for values in a secure-properties file.
Example:
clientSecret="${secure::salesforce.clientSecret}"