budosystems.models.people.UserAccount
-
class UserAccount
Bases: Entity
Represents the login profile and credentials of a system user.
-
username: str
-
password: str
-
__init__(*, id_name: str = _Nothing.NOTHING, entity_id: UUID = <singleton MissingUUID>, username: str, password: str) → None
Method generated by attrs for class UserAccount.