SessionInfo
Represents data associated with an API session.
Properties
string
created_time
Required
Time when the session was created.
string
last_accessed_time
Required
Last time this session was used by passing the session key for invoking an API.
string
user
Required
Fully qualified name of the end user that created the session, for example Administrator@vsphere.local. A typical use case for this information is in Graphical User Interfaces (GUI) or logging systems to visualize the identity of the current user.
JSON Example
{
"created_time": "string",
"last_accessed_time": "string",
"user": "string"
}