VdiUserSession#

class VdiUserSession(user_name=None, owner_file_server_ext_id=None, current_session=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)#

Bases: ExternalizableAbstractModel

A VDI session for the user that tried to login.

Parameters:
  • user_name (min=1 chars, max=256 chars) – (user_name) Domain and username of the user. Internally it is converted to user SID. This is a read-only field.

  • owner_file_server_ext_id (required) – (owner_file_server_ext_id) File server external identifier that is or will become the owner file server for the specified users depending on the action performed.

  • current_session – (current_session)

property current_session#
Type:

VDIUserLoginEventLog

property owner_file_server_ext_id#

File server external identifier that is or will become the owner file server for the specified users depending on the action performed.

Type:

str

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property user_name#

Domain and username of the user. Internally it is converted to user SID. This is a read-only field.

Type:

str