Table of Contents

Class ServerUserGroup

Namespace
Kepware.Api.Model.Admin
Assembly
Kepware.Api.dll

Represents a user group in Kepware, allowing management of permissions and access control.

[Endpoint("/config/v1/admin/server_usergroups/{name}", null)]
public class ServerUserGroup : NamedEntity, IEquatable<BaseEntity>, IHaveOwner, IHaveName
Inheritance
ServerUserGroup
Implements
Inherited Members
Extension Methods

Properties

BrowseNamespace

Allows or denies browsing of the project namespace.

ConfigApiLogAccess

Allows or denies access to the Configuration API Transaction Log.

DisconnectClients

Allows or denies disconnecting clients from the server.

Enabled

Enables or disables the user group.

InternalTagRead

Allows or denies read access to internal tags.

InternalTagWrite

Allows or denies write access to internal tags.

IoTagDynamicAddressing

Allows or denies dynamic addressing of I/O tags.

IoTagRead

Allows or denies read access to I/O tags.

IoTagWrite

Allows or denies write access to I/O tags.

ManageLicenses

Allows or denies access to the licensing manager.

ModifyServerSettings

Allows or denies modification of server settings.

OpcUaConfiguration

Allows or denies access to OPC UA or XI configuration settings.

ProjectModificationAdd

Allows or denies adding objects to the project.

ProjectModificationDelete

Allows or denies deleting objects in the project.

ProjectModificationEdit

Allows or denies editing objects in the project.

ReplaceRuntimeProject

Allows or denies replacing the running project with a new one.

ResetCommDiagsLog

Allows or denies resetting the communications diagnostics log.

ResetEventLog

Allows or denies resetting the event log.

ResetOpcDiagsLog

Allows or denies resetting the OPC diagnostics log.

SystemTagRead

Allows or denies read access to system tags.

SystemTagWrite

Allows or denies write access to system tags.

ViewEventLogError

Allows or denies viewing error messages in the event log.

ViewEventLogInfo

Allows or denies viewing informational messages in the event log.

ViewEventLogSecurity

Allows or denies viewing security messages in the event log.

ViewEventLogWarning

Allows or denies viewing warning messages in the event log.