Connectivity Software User's Guide and Reference
Operator Field



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

OPC UA Part 3, Suggested Permissions: "The Role is allowed to browse, read live data, read historical data/events or subscribe to data/events.
In addition, the Session is allowed to write some live data and call some Methods."

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