BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
21 / 81 · Module 8 — Configuration and Security · filtered: interview← 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}"