Table of Contents

Enum AccessLevel

Namespace
DuetAPI.ObjectModel
Assembly
DuetAPI.dll

Defines what a user is allowed to do

[JsonConverter(typeof(JsonCamelCaseStringEnumConverter<AccessLevel>))]
public enum AccessLevel

Fields

ReadOnly = 0

Changes to the system and/or operation are not permitted

ReadWrite = 1

Changes to the system and/or operation are permitted