mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-07-11 09:25:03 +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
|