Dropbox
Visualize Dropbox Folders, Groups and Users in the JupiterOne graph. Use this integration to monitor changes to Dropbox entities using JupiterOne alerts.
- Installation guide
- Dropbox data model
Installation
The JupiterOne integration with Dropbox utilizes a third-party called Merge. You will need access to an account that has permissions in your Dropbox instance. You must also have permission in JupiterOne to install new integrations.
Configuration in Dropbox
You only need to have an active account in Dropbox.
Configuration in JupiterOne
To install the Dropbox integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Dropbox. Click New Instance to begin configuring your integration.
Creating a configuration requires the following:
The Account Name used to identify the Dropbox 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 after all values are provided.
A Merge Link authentication window will be displayed. Follow the instructions to authorize merge to connect to your Dropbox account.
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 |
---|---|---|
Account | dropbox_account | Account |
Folder | dropbox_folder | DataStore |
Group | dropbox_group | Group |
User | dropbox_user | User |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
dropbox_account | HAS | dropbox_folder |
dropbox_account | HAS | dropbox_group |
dropbox_account | HAS | dropbox_user |
dropbox_user | HAS | dropbox_folder |
dropbox_user | ASSIGNED | dropbox_group |