mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-28 16:16:41 +00:00
16 lines
238 B
Python
16 lines
238 B
Python
# -*- coding: utf-8 -*-
|
|
#
|
|
from .authbook import AuthBook
|
|
|
|
|
|
class AssetUser(AuthBook):
|
|
hostname = ""
|
|
ip = ""
|
|
backend = ""
|
|
backend_display = ""
|
|
union_id = ""
|
|
asset_username = ""
|
|
|
|
class Meta:
|
|
proxy = True
|