onboardapi  9.10.0
by Rheinmetall
M_Auth::ReportAuthStatus Struct Reference

Report the current auth status of a user. More...

Public Member Functions

 ReportAuthStatus ()
 
 ReportAuthStatus (std::string const &KeyUserId, M_Auth::AuthStatusType const &Status, bool IsRemoved)
 

Public Attributes

std::string KeyUserId
 The id of the user. More...
 
M_Auth::AuthStatusType Status
 Auth status. More...
 
bool IsRemoved
 

Detailed Description

Report the current auth status of a user.

Constructor & Destructor Documentation

◆ ReportAuthStatus() [1/2]

M_Auth::ReportAuthStatus::ReportAuthStatus ( )

◆ ReportAuthStatus() [2/2]

M_Auth::ReportAuthStatus::ReportAuthStatus ( std::string const &  KeyUserId,
M_Auth::AuthStatusType const &  Status,
bool  IsRemoved 
)

Member Data Documentation

◆ IsRemoved

bool M_Auth::ReportAuthStatus::IsRemoved

Indicates if the auth status is no longer available. Note: This will always be set to true when a service has been shut down. After this has been set to true, the status will no longer be available to late joiners.

◆ KeyUserId

std::string M_Auth::ReportAuthStatus::KeyUserId

The id of the user.

◆ Status

M_Auth::AuthStatusType M_Auth::ReportAuthStatus::Status

Auth status.