How to retrieve Identity details in link attributes into before provisioning plan

Hi Guys,

How can we retrieve Identity details that stored inside link attributes like,

……

I’m not able to see your example.

Hi @Chiru_1307

You can retrieve attribute details from link using various methods available in Link class, such as

link.getIdentity() // Returns the identity object tagged to Link
link.getNativeIdentity() // Returns native identity of link in that application
link.getAttributes() // Returns map of all link attributes associated with this account