Skip to content

security.applicationTaggedElements

Returns the list of elements available to a tag in an application

js
security.applicationTaggedElements(applicationId, tag, nLevel)
security.applicationTaggedElements(applicationId, tag, nLevel)

Parameters

  • applicationId - Identifier of the application.
  • tag - Tag name or identifier.
  • nLevel - Wether to include parent levels false or just the elements true.

Example

js
let arr = security.applicationTaggedElements(appId, "employee", true);
let arr = security.applicationTaggedElements(appId, "employee", true);