Torii
Visualize Torii users, roles, applications, and contracts in the JupiterOne graph. Map Torii users to employees in your JupiterOne account.
- Installation guide
- Torii data model
Installation
You will need to create an API key by visiting the Torii API Access page. More information can be found here.
To install the Torii integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select Torii. Click New Instance to begin configuring the integration.
Creating a Torii instance requires the following:
The Account Name used to identify the Torii 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.Your API Key.
Click Create once all values are provided to finalize the integration.
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 |
---|---|---|
Application | torii_application | Application |
Contract | torii_contract | Document |
Organization | torii_organization | Organization |
Role | torii_role | AccessRole |
User | torii_user | User |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
torii_application | HAS | torii_contract |
torii_application | HAS | torii_user |
torii_organization | HAS | torii_application |
torii_organization | HAS | torii_contract |
torii_organization | HAS | torii_role |
torii_organization | HAS | torii_user |
torii_user | ASSIGNED | torii_role |