Salesforce
Visualize Salesforce users, roles, groups, policies, and permissions, map Salesforce users to employees, and monitor changes through queries and alerts.
- Installation guide
- Salesforce data model
Installation
To use this integration, you will need to create a Salesforce developer account if you do not already have one. You can sign up for a developer account here.
Configuration in JupiterOne
To install the Salesforce integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Salesforce. Click New Instance to begin configuring your integration.
Creating a configuration requires the following:
The Account Name used to identify the Salesforce account in JupiterOne. Ingested entities will have this value stored in
tag.AccountName
when theAccountName
toggle is enabled.Description to assist in identifying the integration instance, if desired.
Polling Interval that you feel is sufficient for your monitoring needs. You may leave this as
DISABLED
and manually execute the integration.
Click Create once all values are provided to initialize the OAuth flow with Salesforce.
You are then redirected to Salesforce to log in and authorize J1 to access your Salesforce organization data based on the user identity you log in with.
Next steps
Now that your integration instance has been configured, it will begin running on the polling interval you provided, populating data within JupiterOne. Continue on to our Instance management guide to learn more about working with and editing integration instances.
Data Model
Entities
The following entities are created:
Resources | Entity _type | Entity _class |
---|---|---|
Group | salesforce_group | Group |
PermissionSet | salesforce_permission_set | AccessPolicy |
Profile | salesforce_profile | Account |
User | salesforce_user | User |
UserRole | salesforce_user_role | AccessRole |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
salesforce_group | HAS | salesforce_group |
salesforce_group | HAS | salesforce_user |
salesforce_group | ASSIGNED | salesforce_user_role |
salesforce_profile | HAS | salesforce_permission_set |
salesforce_user | ASSIGNED | salesforce_permission_set |
salesforce_user | HAS | salesforce_profile |
salesforce_user | ASSIGNED | salesforce_user_role |
salesforce_user_role | CONTAINS | salesforce_user_role |