libkazv
Kazv::Api::GetWhoIsJob::ConnectionInfo Struct Reference

Gets information about a particular user. More...

#include <admin.hpp>

Public Attributes

std::optional< std::string > ip
 Most recently seen IP address of the session. More...
 
std::optional< std::int_fast64_t > lastSeen
 Unix timestamp that the session was last active. More...
 
std::optional< std::string > userAgent
 User agent string last seen in the session. More...
 

Detailed Description

Gets information about a particular user.

This API may be restricted to only be called by the user being looked up, or by a server admin. Server-local administrator privileges are not specified in this document.

Member Data Documentation

◆ ip

std::optional<std::string> Kazv::Api::GetWhoIsJob::ConnectionInfo::ip

Most recently seen IP address of the session.

◆ lastSeen

std::optional<std::int_fast64_t> Kazv::Api::GetWhoIsJob::ConnectionInfo::lastSeen

Unix timestamp that the session was last active.

◆ userAgent

std::optional<std::string> Kazv::Api::GetWhoIsJob::ConnectionInfo::userAgent

User agent string last seen in the session.


The documentation for this struct was generated from the following file: