class documentation

class UserConfiguration:

View In Hierarchy

User (role) related configuration.

Class Variable allow_multiple Are multiple logins from different clients allowed?
Class Variable maximum_access_level Maximum access level of the user. All actions (interacting with skills, writing variables, etc.) require a certain access level. Higher is better.
Class Variable name Name of the user.
Class Variable password The password of the user. Cleartext or peppered and base64-encoded when prefixed with base64:
Class Variable priority Priority of the user, used when breaking the lock. Higher priority users can break the lock of lower priority users.
allow_multiple: bool =

Are multiple logins from different clients allowed?

maximum_access_level: int =

Maximum access level of the user. All actions (interacting with skills, writing variables, etc.) require a certain access level. Higher is better.

name: str =

Name of the user.

password: str =

The password of the user. Cleartext or peppered and base64-encoded when prefixed with base64:

priority: int =

Priority of the user, used when breaking the lock. Higher priority users can break the lock of lower priority users.