SessionInfo
Represents data associated with an API session.
Properties
string as date-time
created_time
Required
Time when the session was created.
string as date-time
last_accessed_time
Required
Last time this session was used by passing the session token 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"
}