Connectivity Software User's Guide and Reference
Supervisor Field



OpcLabs.EasyOpcUAPrimitives Assembly > OpcLabs.EasyOpc.UA.Security.Subject Namespace > UASecurityRoles Class : Supervisor Field
The OPC UA Supervisor well-known security role.
Syntax
'Declaration
 
<JetBrains.Annotations.NotNullAttribute()>
Public Shared ReadOnly Supervisor As UASecurityRole
'Usage
 
Dim value As UASecurityRole
 
value = UASecurityRoles.Supervisor
[JetBrains.Annotations.NotNull()]
public static readonly UASecurityRole Supervisor
[JetBrains.Annotations.NotNull()]
public:
static readonly UASecurityRole^ Supervisor
Remarks

OPC UA Part 3, Suggested Permissions: "The Role is allowed to browse, read live data, read historical data/events, call Methods or subscribe to data/events."

All servers should support this well-known role.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also