SecurityAction in SensorMonitor sample

Hello,

I don’t understand what is SecurityAction in the framework.

I see in the Sensor Monitor Sample that a list of SecurityAction is added to the controller and the subitem but what is the usage of these actions ?

Where can I find these actions ?

What is the purpose of these SecurityActions ?

Thanks

List securityActionsCtrl = new List

                 **{**

                 **new SecurityAction("GENERIC\_WRITE", "Manage"),**

                 **new SecurityAction("GENERIC\_READ", "Read"),**

                 **new SecurityAction("POWEROFF", "Power off controller"),**

                 **new SecurityAction("POWERON", "Power on controller"),**

                 **};**

List securityActions = new List

                 **{**

                 **new SecurityAction("GENERIC\_WRITE", "Manage"),**

                 **new SecurityAction("GENERIC\_READ", "Read"),**

                 **};**

Please see below picture, you can set security to your controllers with SecurityAction –

You might already read this page –

https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_admin_1_1_security_action.html&tree=tree_search.html?search=securityactions