We want to enable an SNMP Write into our drivers, but we only want a specific set of users to be able to Execute these write parameters.
An Example is we want Write access to be available to users who already have write permissions on a Param like to be able to Swap input sources or reset a device. We want to have a separate set of write params (Time Zone, NTP Server Set) that are only available to an Admin user.
Is the Execute feature able to be excluded for individual parameters, or is it one in all?
To expand on this question, I also tried not to display a write parameter and to access it via the "multiple set" feature in the dropdown available when selecting an element. If a parameter isn't available for "display", it isn't available in the multiple set menu.
Hi Nathan,
You can add the level attribute on certain parameters in your protocol. Then users for which the security group access level is the same or higher can have access to these parameters.
Example
When you create a security group, the default access level is 5 (which can be adapted of course). In your case you can grant certain people access level 4 for some specific SNMP settings. Then you can give the admins access level 3 for more SNMP settings.
Thank you Jens!
This is fantastic! A bit of work now to add this to all of the drivers but this should address the issue.