com.vmware.cis.session

info

Represents data associated with an API session.
Representations:
{
    "created_time""2013-06-06T22:13:05",
    "last_accessed_time""2013-06-06T22:13:05",
    "user""string"
}
<?xml version="1.0" ?>
<ns0:Info xmlns:ns0="http://vmware.com/cis/session" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <last_accessed_time>2013-06-06T22:13:05</last_accessed_time>
  <created_time>2013-06-06T22:13:05</created_time>
  <user>string</user>
</ns0:Info>

Attributes:
Name Type Required Description
user
 *
string Yes 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.
created_time
 *
date_time Yes Time when the session was created.
last_accessed_time
 *
date_time Yes Last time this session was used by passing the session key for invoking an API.

Copyright © 2014. All Rights Reserved.