Skip to main content

getSecurityLevelTree

Overview

Retrieves a hierarchical tree of all security levels defined in Ignition. Each node in the tree is represented by a SecurityLevelDTO object.

Permissions

This method requires the SYSTEM.ADMIN permission.

Parameters

ParameterTypeNullableDescription
None--This method does not take any parameters.

Returns

List of SecurityLevelDTO objects representing the top of the security level hierarchy.

Example

securityLevels = system.mes.role.getSecurityLevelTree()