Connectivity Software User's Guide and Reference
ConfigureAdmin Field



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

OPC UA Part 3, Suggested Permissions: "The Role is allowed to change the non-security related configuration settings."

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