Skip to content

Latest commit

 

History

History
executable file
·
16 lines (12 loc) · 813 Bytes

ApiUserListItem.md

File metadata and controls

executable file
·
16 lines (12 loc) · 813 Bytes

ApiUserListItem

Properties

Name Type Description Notes
created_at datetime Created at timestamp. [optional]
id str User ID. Will be set automatically on create. [optional]
is_active bool Set to false to disable the user. [optional]
is_admin bool Set to true to make the user a global administrator. [optional]
session_ttl int The session timeout, in minutes. [optional]
updated_at datetime Last update timestamp. [optional]
username str Username of the user. [optional]

[Back to Model list] [Back to API list] [Back to README]