system.kanoa.security.getRoleFunctions
Description
Returns role functions based on the provided parameters.Syntax
getRoleFunctions(paramsDict)- paramsDict (Dictionary) - Dictionary with keys such as roleId, roleName, category, and enabled.
- Data (PyDataSet).
Code Example
# Example Usage:
roleFunctionData = system.kanoa.security.getRoleFunctions({'roleId': 1, 'roleName': 'Operator', 'category': 'Ops', 'enabled': True})