Data Object - UserSession(vim.UserSession)

Property of
SessionManager
Returned by
CloneSession, ImpersonateUser, Login, LoginBySSPI, LoginByToken, LoginExtensionByCertificate, LoginExtensionBySubjectName
Extends
DynamicData
Since
2.0

Data Object Description

Information about a current user session.

Properties

Name Type Description
callCountxsd:long

Number of API invocations since the session started

Since vSphere API 5.1
extensionSessionxsd:boolean

Whether or not this session belongs to a VC Extension.

Since vSphere API 5.0
fullNamexsd:string

The full name of the user, if available.
ipAddressxsd:string

The client identity. It could be IP address, or pipe name depended on client binding

Since vSphere API 5.1
keyxsd:string

A unique identifier for this session, also known as the session ID.
lastActiveTimexsd:dateTime

Timestamp when the user last executed a command.
localexsd:string

The locale for the session used for data formatting and preferred for messages.
loginTimexsd:dateTime

Timestamp when the user last logged on to the server.
messageLocalexsd:string

The locale used for messages for the session. If there are no localized messages for the user-specified locale, then the server determines this locale.
userAgentxsd:string

The name of user agent or application

Since vSphere API 5.1
userNamexsd:string

The user name represented by this session.
Properties inherited from DynamicData
None

Show WSDL type definition