CSVIdentityName

Uses the identity information of the current authenticated user to look up values in the specified parameter map. Each individual piece of the user's identity (account name, group names, role names) is used as a key into the map. The unique list of values that is retrieved from the parameter map is then returned as a string, where each value is surrounded by single quotes and where multiple values are separated by commas.

Syntax

CSVIdentityName ( %parameter_map_name [ , separator_string ] )

Example

# CSVIdentityName ( %security_clearance_level_map ) #

Result

'level_500', 'level_501', 'level_700'