diff --git a/.env.example b/.env.example index a494398..8e503e4 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,3 @@ -CLIENT_ID= -CLIENT_SECRET= \ No newline at end of file +BASE_URL= +DEVICE_42_USERNAME= +PASSWORD= \ No newline at end of file diff --git a/docs/jupiterone.md b/docs/jupiterone.md index 419d126..3a25b54 100644 --- a/docs/jupiterone.md +++ b/docs/jupiterone.md @@ -95,21 +95,10 @@ https://github.com/JupiterOne/sdk/blob/main/docs/integrations/development.md The following entities are created: -| Resources | Entity `_type` | Entity `_class` | -| --------- | -------------- | --------------- | -| Account | `acme_account` | `Account` | -| User | `acme_user` | `User` | -| UserGroup | `acme_group` | `UserGroup` | - -### Relationships - -The following relationships are created: - -| Source Entity `_type` | Relationship `_class` | Target Entity `_type` | -| --------------------- | --------------------- | --------------------- | -| `acme_account` | **HAS** | `acme_group` | -| `acme_account` | **HAS** | `acme_user` | -| `acme_group` | **HAS** | `acme_user` | +| Resources | Entity `_type` | Entity `_class` | +| --------- | ------------------ | ---------------- | +| Device | `device42_device` | `Host`, `Device` | +| End Users | `device42_enduser` | `User` |