Table of Contents

Class ProjectPermission

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

Represents a project permission in Kepware. Project permissions define the actions that users in a group can perform on project objects.

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

Properties

AddObject

Allows or denies users belonging to the group to add this type of object.

DeleteObject

Allows or denies users belonging to the group to delete this type of object.

EditObject

Allows or denies users belonging to the group to edit this type of object.

Name

Get or sets the name of the project permission set for which this permissions applies on the group.