security.applicationTaggedElements
Returns the list of elements available to a tag in an application
js
security.applicationTaggedElements(applicationId, tag, nLevel)Parameters
applicationId- Identifier of the application.tag- Tag name or identifier.nLevel- Wether to include parent levelsfalseor just the elementstrue.
Example
js
let arr = security.applicationTaggedElements(appId, "employee", true);