Snapservice.Sessions.Info
Represents data associated with an API session.
This schema was added in vSphere API 9.0.0.0.
{
"user": "string",
"created_time": "string",
"last_accessed_time": "string"
}
Fully qualified name of the end user that created the session, for example [email protected]. A typical use case for this information is in Graphical User Interfaces (GUI) or logging systems to visualize the identity of the current user.
This property was added in vSphere API 9.0.0.0.
Time when the session was created.
This property was added in vSphere API 9.0.0.0.
Last time this session was used by passing the session token for invoking an API.
This property was added in vSphere API 9.0.0.0.