Own security group in Roles

Hello,

I am developing an Administration plugin. I’d like to create own “security group” with own security actions.

I create and populate List in the method Init of PluginDefinition class and return the list in SecurityActions property.

My plugin doesn’t contain ItemNodes at all.

Questions:

  1. What I have to do to see the security group of my plugin in the “Overall Security” of Roles ?

  2. Is there a way to see own tab for my plugin at the bottom-hand of Roles? At the moment I see my plugin only inside “MIP” tab.

Thank you.

There is a sample called Sensor Monitor, you may have an inspiration from it -

https://doc.developer.milestonesys.com/html/index.html?base=samples/sensormonitor_sample.html&tree=tree_1.html

Thanks for the response…

The Sensor Monitor sample is a general idea and I already use it to study it. But I need some more specific.

  1. In the sample there are ItemNodes Controllers and Sensors each linked their own security actions. On your first screenshot in the Roles Overall Security tab, we can see both of them. Is it possible to change the sample code to get only one item (for instance “SensorMonitor”) in the Overall Security tab instead of both Controllers and Sensors?

In fact, my plugin doesn’t have ItemNodes. And I’d like to see in the Overall Security tab the single item with all security actions of my plugin.

  1. I’d like to have a tab for my plugin exactly instead of MIP tab with my plugin inside.

Is it possible?

This might fit better than the sample.

https://www.milestonesys.com/content-hub/developer-update/2021/april/secure-plugin/