Name: UserSession

Information of logged in user sessions

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.UserSession",
   "clientIp": <String>,
   "id": <String>,
   "loginTime": DateTime,
   "userName": <String>,
   "roles": [<String>],
}

Elements
NameTypeDescription
rolesxsd:list[xsd:string]A list of roles of the user session

Attributes
NameTypeDescription
clientIpxsd:stringClient IP of the user session
idxsd:stringID of the user session
loginTimeDateTimeLogin time of the user session
userNamexsd:stringUser name of the user session