.security_level_names
A predefined list of security level names.
Syntax
#fs.scripts.lib().security_level_names;
Value
This property is the literal array:
["NULLSEC", "LOWSEC", "MIDSEC", "HIGHSEC", "FULLSEC"]
Example
function(context, args) {
const l = #fs.scripts.lib();
return l.security_level_names;
}