CyberArk Idaptive
Visualize CyberArk Idaptive Devices, Users, Applications, Roles, Accounts and monitor changes through queries and alerts.
- Installation
- Authorization
- Data Model
- Types
- Release Notes
This integration ingests devices, users, accounts, applications, and roles from the CyberArk Idaptive REST API. Setup involves two parts: creating a service account and an OAuth2 client application in your CyberArk Idaptive tenant, then configuring the integration in JupiterOne using the credentials you generate.
Installation
To complete setup you need:
- A CyberArk Idaptive tenant (e.g.,
https://my-tenant.id.cyberark.cloud). You log in with a tenant admin account to create the service user and the OAuth2 application. - The CyberArk Idaptive Identity APIs reference.
Step 1: Create a service account
-
Log in to your CyberArk Idaptive tenant and navigate to the Admin portal.

-
Go to Core Services > Users. Fill in all required fields. Check Password never expires, Is service user, and Is OAuth Credential Client in the status section, then click Create user.

Step 2: Create an OAuth2 client application
-
In the Admin portal, click Apps & Widgets > Web Apps, then click Add Web Apps.

-
Select Custom and choose OAuth2 Client from the list.

-
Select the Organization from the dropdown and click Add.

-
On the Settings page, enter an ID for the application. Save this ID — you will need it as the CyberArk Idaptive Client Application Id when configuring the JupiterOne integration.

-
Click General Usage in the sidebar. Select Confidential and check Must be OAuth Client.

-
Go to Tokens in the sidebar, select Client credentials, and set a token validity period greater than 10 minutes. Enable refresh tokens.

-
Go to Scope in the sidebar and click Add. Name the scope
alland set the regex to:CDirectoryService/GetUsers|redrock/query|Roles/GetRoleMembers|SysInfo/About|UPRest/GetResultantAppsForUser|Acl/GetRowAces
-
Go to Permissions in the sidebar, search for the service account you created in step 2, and click Add. Grant the Run permission to the service account, then click Save.

Step 3: Grant the System Administrator role
-
In the Admin portal, navigate to Roles > System Administrator.

-
Go to Members and add the service account as a member.

Configuration in JupiterOne
To install the CyberArk Idaptive integration in JupiterOne, navigate to the Integrations tab in JupiterOne and select CyberArk Idaptive. Click New Instance to begin configuring your integration.
Creating an instance requires the following:
-
The Account Name used to identify the CyberArk Idaptive account in JupiterOne. Ingested entities will have this value stored in
tag.AccountNamewhen theAccountNametoggle 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
DISABLEDand manually execute the integration. -
CyberArk Idaptive instance URL — The URL of your CyberArk Idaptive tenant, for example
https://my-tenant.id.cyberark.cloud. -
CyberArk Idaptive Client Application Id — The application ID you assigned when creating the OAuth2 client app (step 6 above).
-
CyberArk Idaptive Service Account Username — The username of the service account you created in step 2.
-
CyberArk Idaptive Service Account Password — The password for the service account.
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.
Entities
The following entities are created:
| Resources | Entity _type | Entity _class |
|---|---|---|
| Account | cyberark_idaptive_account | Account |
| Application | cyberark_idaptive_application | Application |
| Device | cyberark_idaptive_device | Device |
| Role | cyberark_idaptive_role | AccessRole |
| Service | cyberark_idaptive | Service |
| User | cyberark_idaptive_user | User |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
|---|---|---|
cyberark_idaptive_account | HAS | cyberark_idaptive_user |
cyberark_idaptive_account | HAS | cyberark_idaptive_application |
cyberark_idaptive_account | PROVIDES | cyberark_idaptive |
cyberark_idaptive_role | ASSIGNED | cyberark_idaptive_application |
cyberark_idaptive_user | OWNS | cyberark_idaptive_device |
cyberark_idaptive_user | ASSIGNED | cyberark_idaptive_role |
cyberark_idaptive_user | ASSIGNED | cyberark_idaptive_application |
Mapped Relationships
The following mapped relationships are created:
Source Entity _type | Relationship _class | Target Entity _type | Direction |
|---|---|---|---|
cyberark_idaptive_user | IS | Person | FORWARD |
Cyberark Idaptive
cyberark_idaptive inherits from Service
Cyberark Idaptive Account
cyberark_idaptive_account inherits from Account
| Property | Type | Description | Specifications |
|---|---|---|---|
accessURL | string | ||
podFqdn | string | ||
podName | string | ||
podRegion | string | ||
version | string |
Cyberark Idaptive Application
cyberark_idaptive_application inherits from Application
| Property | Type | Description | Specifications |
|---|---|---|---|
adminTag | string | ||
appType | string | ||
appTypeDisplayName | string | ||
authChallengeDefinitionFlowId | string | ||
authChallengeDefinitionId | string | ||
brand | string | ||
bypassLoginMFA | boolean | ||
catalogVisibility | string | ||
category | string | ||
certBasedAuthEnabled | boolean | ||
childLinkedApps | string | ||
corpIdentifier | string | ||
deepLinkUrl | string | ||
derivedCredsSupported | boolean | ||
directoryId | string | ||
entityKeys | array of strings | ||
featured | boolean | ||
generic | boolean | ||
handler | string | ||
icon | string | ||
id | string | ||
isGatewayed | boolean | ||
isMarketplaceApp | boolean | ||
isScaEnabled | boolean | ||
isSwsEnabled | boolean | ||
isTestApp | boolean | ||
isThirdPartyIdpEnabled | boolean | ||
lastUsedCentrifyUrl | string | ||
lastUsedPodUrl | string | ||
mobileAppSource | string | ||
mobileAppType | string | ||
munkiMetadata | string | ||
notSelfService | boolean | ||
onPrem | boolean | ||
orgId | string | ||
orgPath | string | ||
parentApp | string | ||
parentAppTemplateName | string | ||
policyScript | string | ||
popular | boolean | ||
portalApp | boolean | ||
provCapable | boolean | ||
provConfigured | boolean | ||
provSettingEnabled | boolean | ||
provSettingPreview | boolean | ||
provSettingsIsEnterpriseScimUser | string | ||
provSettingsValidateEmailAttribute | string | ||
serviceName | string | ||
shadowAppLink | string | ||
skipSwsForAwsCli | boolean | ||
state | string | ||
tableName | string | ||
templateName | string | ||
version | string | ||
versionName | string | ||
webAppLoginType | string | ||
webAppType | string | ||
webAppTypeDisplayName | string | ||
webUPAppType | string | ||
workflowEnabled | boolean |
Cyberark Idaptive Device
cyberark_idaptive_device inherits from Device
| Property | Type | Description | Specifications |
|---|---|---|---|
afwDeviceId | string | null | ||
agentAccount | string | null | ||
amsPolicyEnforced | boolean | null | ||
androidAppReleaseVersion | string | ||
apps | string | null | ||
availableDeviceCapacity | string | null | ||
availableDeviceCapacityDisplay | string | null | ||
batteryLevel | string | null | ||
bytesReceivedNetwork | string | null | ||
bytesReceivedWIFI | string | null | ||
bytesSentNetwork | string | null | ||
bytesSentWIFI | string | null | ||
capabilities | string | ||
carrier | string | null | ||
cellularTechnology | string | null | ||
clientPackageId | string | null | ||
commandCountThisWeek | number | ||
commandCountToday | number | ||
complianceState | string | null | ||
corporateOwned | boolean | ||
customerID | string | ||
deviceCapacity | string | null | ||
deviceCapacityDisplay | string | null | ||
deviceDetails | string | ||
displayModelName | string | null | ||
displayOsVersion | string | ||
displayOwner | string | ||
displayState | string | ||
displayStateString | string | ||
enrollmentType | string | ||
entityKeys | array of strings | ||
fileVaultStatus | string | null | ||
hasNonExportableKeychainData | boolean | ||
id | string | ||
imei | string | null | ||
internalDeviceType | string | ||
ipAddress | string | null | ||
isAdminLocationTrackingEnabled | boolean | null | ||
jailbroken | number | ||
knoxApiLevel | string | null | ||
knoxContainerStatus | string | null | ||
knoxLicenseActivated | boolean | null | ||
knoxSdkVersion | string | null | ||
knoxVersionDisplay | string | null | ||
lastAttestationState | string | null | ||
lastAttestationSucceeded | boolean | null | ||
lastDeviceOwnerLogin | string | null | ||
lastInfoReceived | string | ||
lastNotify | string | ||
lastUsedCentrifyUrl | string | null | ||
lastUsedPodUrl | string | null | ||
latitude | string | null | ||
latitudeDisplay | string | null | ||
locationAccuracy | string | null | ||
locationTime | string | null | ||
loggingCallInfo | string | null | ||
loggingCarrierDataUsage | boolean | null | ||
loggingSMS | boolean | null | ||
longitude | string | null | ||
longitudeDisplay | string | null | ||
missedCallsCount | string | null | ||
mobileManagerVersion | string | ||
modelName | string | null | ||
orgId | string | null | ||
osBuild | string | null | ||
osPlatform | string | null | ||
ownerID | string | ||
phoneNumber | string | null | ||
primaryEnrolledTenant | string | null | ||
primaryEnrolledUser | string | null | ||
product | string | null | ||
safeKeyVersion | string | null | ||
safeSdkVersion | string | null | ||
ssoEnabled | boolean | ||
state | number | ||
statusFlags | string | ||
successCallsCount | string | null | ||
tableName | string |
Cyberark Idaptive Role
cyberark_idaptive_role inherits from AccessRole
| Property | Type | Description | Specifications |
|---|---|---|---|
category | string | null | ||
directoryServiceUuid | string | ||
entityKeys | array of strings | ||
id | string | ||
isHidden | boolean | null | ||
orgId | string | ||
orgPath | string | null | ||
readOnly | boolean | null |
Cyberark Idaptive User
cyberark_idaptive_user inherits from User
| Property | Type | Description | Specifications |
|---|---|---|---|
endDate | string | null | ||
entityKeys | array of strings | ||
homeNumber | string | null | ||
id | string | ||
mail | string | null | ||
mobileNumber | string | null | ||
officeNumber | string | null | ||
pictureUri | string | null | ||
preferredCulture | string | null | ||
reportsTo | string | null | ||
startDate | string | null |
Release Notes
- 2026-04-08 — Improved OS name accuracy for CyberArk Idaptive device entities, using human-readable names for iOS, iPadOS, tvOS, macOS, Android, and Windows devices.