BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
294 / 1048 · Module 8 — Configuration and Security← prev⊞ allnext →

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}"