Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

APP-15551 - Update to use createIntegrationHelpers and expose entity type schemas #55

Merged
merged 10 commits into from
Jul 24, 2024
8 changes: 4 additions & 4 deletions docs/jupiterone.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The following entities are created:
| Consumable | `snipeit_consumable_resource` | `Resource` |
| Hardware | `snipeit_hardware` | `Device` |
| License | `snipeit_licensed_application` | `Application` |
| Location | `location` | `Site` |
| Location | `snipeit_location` | `Site` |
| Service | `snipeit_service` | `Service` |
| User | `snipeit_user` | `User` |

Expand All @@ -93,10 +93,10 @@ The following relationships are created:

| Source Entity `_type` | Relationship `_class` | Target Entity `_type` |
| --------------------- | --------------------- | ------------------------------ |
| `snipeit_account` | **MANAGES** | `location` |
| `snipeit_account` | **HAS** | `snipeit_consumable_resource` |
| `snipeit_account` | **MANAGES** | `snipeit_hardware` |
| `snipeit_account` | **HAS** | `snipeit_licensed_application` |
| `snipeit_account` | **MANAGES** | `snipeit_location` |
| `snipeit_account` | **PROVIDES** | `snipeit_service` |
| `snipeit_account` | **HAS** | `snipeit_user` |
| `snipeit_hardware` | **INSTALLED** | `snipeit_licensed_application` |
Expand All @@ -109,8 +109,8 @@ The following mapped relationships are created:

| Source Entity `_type` | Relationship `_class` | Target Entity `_type` | Direction |
| --------------------- | --------------------- | --------------------- | --------- |
| `location` | **HAS** | `*snipeit_hardware*` | FORWARD |
| `snipeit_user` | **IS** | `*person*` | FORWARD |
| `snipeit_location` | **HAS** | `*snipeit_hardware*` | FORWARD |
| `snipeit_user` | **IS** | `*snipeit_person*` | FORWARD |

<!--
********************************************************************************
Expand Down
Loading
Loading