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 levelsfalse
or just the elementstrue
.
Example
js
let arr = security.applicationTaggedElements(appId, "employee", true);