Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Ticketing for flagged endpoints

PB1
New Contributor II
New Contributor II

Team,

We have multiple endpoints in a security system, of which we need to create tickets for only the endpoints which are flagged. Is there a way wherein we can do this?

Since the service desk connection is defined at security system level, is there a way we can filter the endpoints for ticketing?

We will be using ServiceNow as ticketing tool. 

Thanks!

 

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

in url you can write conditional logic to call dummy url which inturn will not call ticket in service now


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

PB1
New Contributor II
New Contributor II

Thanks! Do you have any samples jsons for this?

 

      "url": "${requestAccessAttributes.addRemoveAlias==null?'https://<domain name>/admin/directory/v1/users/'+account.name:account.customproperty30.toString().contains(requestAccessAttributes.addRemoveAlias)?'https://<domain name>/admin/directory/v1/users/'+account.name+'/aliases/'+requestAccessAttributes.addRemoveAlias.trim():'https://<domain name>/admin/directory/v1/users/'+account.name+'/aliases'}",
 

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.