/
Saviynt to JSM Assets

Saviynt to JSM Assets

Import users, groups, roles and other attributes from Saviynt to JSM Assets.

Configure the connection to Saviynt by going to OnLink (Manage your apps) - Connections.

Once connection is established, please review instructions here to get started with setting up an Assets import configuration. You can then access OnLink app from the “Manage your apps” menu to further configure and set the field level mapping. OnLink supports any Saviynt “GET” API.

Here’s an example mapping configuration for Users where any field available in this API can be used to map to Asset object.

key:username=Username
map:firstname=Firstname
map:lastname=Lastname

Here’s a breakdown of some of the mapping configuration items:

Key or Map

Description

Key or Map

Description

key:username=Username

The keyword “key” refers to using username as a unique identifier. This allows OnLink to update the record. Any other unique field (e.g. user id, email address) can be used as the key.

map:email=User

Maps email to User which can be an attribute of type User i.e., Atlassian User object

config:filter=accountExpired:0

Set search filter to limit users returned. This is a required field when getting users.

config:data_source

OnLink calls the “users” API by default. However this data_source config parameter allows you to change the API to any other Okta API. Here’s an example to get organizations info:

key:organizationname=OrgName
map:customproperty17=Custom
map:parentorganization=Parent
config:data_source=getOrganization
config:section=organizations

Here’s an example for user roles:

key:rolekey=Username
map:roledisplayname=RoleDisplay
map:rolename=RoleName
config:data_source=getRoleDetailsforUsers
config:section=roleDetails

Other Saviynt API’s can be mapped in a similar way.

OnLink processes data in two steps - Get Data and Import Data. To manually test, you can click on Get Data first and then wait until you see “No more pending records. Data will be imported on next Import run.” message in Job Logs. Then, click on Import. Production runs are fully automated based on the schedule you choose.

image-20240318-045922.png