BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
5 / 18 · Module 8 — Configuration and Security · filtered: cheatsheet← prev⊞ allnext →

8.19Least privilege

Bad:

Mule integration user
→ Salesforce System Administrator

just because:

“Then everything works.”

Better:

read Account:
Id
Name
External ID

write Account:
Phone
Billing fields
Integration fields

read/write Contact:
only what integration needs

Give the integration only the permissions required.