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 = 0Changes to the system and/or operation are not permitted
ReadWrite = 1Changes to the system and/or operation are permitted