Is there a way to define data
[1]
as a variable rather than hardcode, then return atrue
orfalse
once all indexes has been checked andapp_ssh
is found or not ?
if (query8_userGroups.data[1].profile.name == "app_ssh") { return "true";
} else {
return "false";
}
