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

What is the result type of multi select dynamic attribute type on Account Request form?

alc
Regular Contributor
Regular Contributor

Hello 

We created dynamic attributes for an endpoint. one of the attribute named "mvDA" and its type is multi select attribute.

My question is what the result type is if I call requestAccessAttributes.get('mvDA')  in CreateAccountJSON? Is it a JavaScript Array of String? a String or a Java List object?

I think the value processing for different type of result should be different. Any idea?

1 REPLY 1

PremMahadikar
All-Star
All-Star

Hi @alc ,

My question is what the result type is if I call requestAccessAttributes.get('mvDA')  in CreateAccountJSON?

  • It's a string

${requestAccessAttributes?.get('Dynamicattributename')} - It will print - selectvalue1,selectvalue2,selectvalue3

Reference article: Multi select dynamic attribute value in Add Access... - Saviynt Forums - 64383

 

If this helps, please Accept As Solution and give Kudos