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

Get selected account properties in ARS page

travemole
Regular Contributor
Regular Contributor

Hello Team,

In endpoints where the user might have multiple accounts and he selects via the UI the account that he wants to use to add entitlements how can I get via DynamicAttribute the value of the account name or any customattribute?

This gets me more than 1 account customattribute and I need the one for the account they selected.

select a.customproperty3 as id from endpoints e inner join accounts a on a.endpointkey = e.endpointkey inner join user_accounts ua on ua.accountkey = a.accountkey where e.endpointkey=140 and a.customproperty3 is not null and u.userkey = '${requestee}'

 

Kind regards,

Albert.

 

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

select a.customproperty3 as id from endpoints e inner join accounts a on a.endpointkey = e.endpointkey inner join user_accounts ua on ua.accountkey = a.accountkey where e.endpointkey=140 and a.customproperty3 is not null and ua.userkey = '${requestee}'


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

Hello @rushikeshvartak ,

This returns 2 accounts as requestee contains 2 accounts for the same endpoint. What I need to know/get is the account that the user selected selected in the UI.

Kind regards,

Albert.

  • Its not supported directly workaround as below
    • Dynamic attribute 1 : Ask user to select account
    • Dynamic attribute 2 : Show attributes related to account selected in DA1

 

 


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

Not ideal but feasible for now.

I've opened the next idea:
ARS Page - Requestor selected account in the ui | Saviynt Ideas Portal

Post can be closed.


Kind regards,

Albert.