JumpCloud
Visualize JumpCloud users, groups, and applications, map JumpCloud users to employees, and monitor changes through queries and alerts.
- Installation guide
- JumpCloud data model
- JumpCloud types
Installation
JupiterOne requires a Read Only Admin API key used to authenticate with the JumpCloud account.
Configuration in JumpCloud
- Log into the Admin portal
- Create a new Administrator user with the Read Only role:
- Press the profile circle in the top right
- Press
Administrators
- Press
Add Administrator
- Press
Create New Admin
- Enter required fields
- Set role to
Read Only
- Check
Enable API access
- Press
Save
- Log into the Admin portal with new Read Only Admin
- Once logged in, press the profile circle
- Press My API Key
- Copy API Key for use in the next section
Configuration in JupiterOne
To install the JumpCloud integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select JumpCloud. Click New Instance to begin configuring your integration, providing the following:
Account Name used to identify the JumpCloud account in JupiterOne. Ingested entities will have this value stored in
tag.AccountName
when theAccountName
option 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.API Key from an Admin with the Read Only role.
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 | jumpcloud_application | Application |
Configuration | jumpcloud_apple_mdm | Configuration |
Device | jumpcloud_apple_device | Device |
Group | jumpcloud_group | Group |
Organization | jumpcloud_account | Account, Organization |
System | jumpcloud_device | Device |
User | jumpcloud_user | User |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
jumpcloud_account | HAS | jumpcloud_apple_mdm |
jumpcloud_account | HAS | jumpcloud_application |
jumpcloud_account | HAS | jumpcloud_device |
jumpcloud_account | HAS | jumpcloud_group |
jumpcloud_account | HAS | jumpcloud_user |
jumpcloud_apple_device | HAS | jumpcloud_apple_mdm |
jumpcloud_group | ASSIGNED | jumpcloud_application |
jumpcloud_group | HAS | jumpcloud_user |
jumpcloud_user | ASSIGNED | jumpcloud_application |
Jumpcloud Account
jumpcloud_account
inherits from Account, Organization
Property | Type | Description | Specifications |
---|---|---|---|
logoUrl | string |
Jumpcloud User
jumpcloud_user
inherits from User
Property | Type | Description | Specifications |
---|---|---|---|
state | string | Any of: staged activated suspended | |
suspended * | boolean | ||
login | string | Derived from username | |
email | string | ||
employeeType | string | ||
employeeId | string | ||
company | string | ||
department | string | ||
jobTitle | string | ||
mfaExclusion * | boolean | ||
mfaExclusionUntil | number | Use mfaExclusionEndOn instead | deprecated: true |
mfaExclusionEndOn | number | ||
mfaConfigured * | boolean | ||
externallyManaged * | boolean | ||
ldapBindingUser * | boolean | ||
sambaServiceUser * | boolean | ||
sudo * | boolean | ||
id * | string |
Jumpcloud Group
jumpcloud_group
inherits from Group
Property | Type | Description | Specifications |
---|---|---|---|
attributes | string | Stringified object |
Jumpcloud Application
jumpcloud_application
inherits from Application
Property | Type | Description | Specifications |
---|---|---|---|
ssoUrl | string | null |
Jumpcloud Apple Mdm
jumpcloud_apple_mdm
inherits from Configuration
Property | Type | Description | Specifications |
---|---|---|---|
depServerTokenState | string | ||
apnsCertExpiry | string | ||
appleCertSerialNumber | string |
Jumpcloud Apple Device
jumpcloud_apple_device
inherits from Device
Property | Type | Description | Specifications |
---|---|---|---|
depRegistered * | boolean | Please use isDepRegistered instead | deprecated: true |
isDepRegistered * | boolean | ||
enrolled * | boolean | Please use isEnrolled instead | deprecated: true |
isEnrolled * | boolean | ||
createdAt | number | Please use createdOn instead | deprecated: true |
hasActivationLockBypassCodes * | boolean | ||
isSupervised * | boolean | ||
deviceCapacity | number | ||
macAddress | string | ||
lastSeenOn * | null | ||
make * | string | const: Apple |
Jumpcloud Device
jumpcloud_device
inherits from Device
Property | Type | Description | Specifications |
---|---|---|---|
lastSeenOn * | number | null | Value originates from the "lastContact" property on the System resource. | |
systemTimezone | number | ||
templateName | string | ||
isSshPasswordAuthenticationEnabled * | boolean | ||
isSshRootLoginEnabled * | boolean | Also refer to property isSshRootEnabled. | |
isSshRootEnabled * | boolean | Also refer to property isSshRootLoginEnabled. | |
isMultiFactorAuthenticationEnabled * | boolean | ||
isPublicKeyAuthenticationEnabled * | boolean | ||
agentVersion | string | ||
fileSystem | string | ||
encrypted | boolean | Indicates if the Full Disk Encryption is active in the system | |
isEncryptionKeyPresent | boolean | ||
isDesktopCapable | boolean | ||
isPolicyBound | boolean | ||
isSecureLoginEnabled | boolean | ||
isSecureLoginSupported | boolean | ||
platform | string |