diff --git a/docs/jupiterone.md b/docs/jupiterone.md index b05b3a9..2108eee 100644 --- a/docs/jupiterone.md +++ b/docs/jupiterone.md @@ -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` | @@ -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` | @@ -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 |