cis session: info

Represents data associated with an API session.

Representation:

{
    "created_time""2015-01-01T22:13:05.651Z",
    "last_accessed_time""2015-01-01T22:13:05.651Z",
    "user""string"
}

Attributes:

Name Type Description
Required
user string 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.

created_time date_time Time when the session was created.

last_accessed_time date_time Last time this session was used by passing the session key for invoking an API.