Skip to main content
Version: 1.5.x

Info

Info

The Info service provides information about the service Bridge platform.

GetVersion

GetVersion returns the version of the TSB binary

GetCurrentUser

GetCurrentUser returns the information of the user or service account that made the request.

CurrentUser

CurrentUser contains the information of the user or service account that made the request.

FieldDescriptionValidation Rule

loginName

string
login_name is the name used in the login credentials.

type

tetrateio.api.tsb.v2.CurrentUser.Type
The type of the current user, e.g. USER or SERVICE_ACCOUNT

sourceType

string
Indicates the Identity Provider where the user has been synchronized from. It will be empty for service accounts.

email

string
The email for the user where alerts and other notifications will be sent. It will be empty for service accounts.

displayName

string
The display name is the user friendly name for the resource. It will be empty for service accounts.

firstName

string
The first name is the first name of the user. It will be empty for service accounts.

lastName

string
The last name of the user, if any. It will be empty for service accounts.

organization

string
The name of the organization the user belongs to

Type

NameNumberDescription

USER

0

SERVICE_ACCOUNT

1

INTERNAL

2

GetCurrentUserRequest

GetCurrentUserRequest is the request for getting the user information.

NameNumberDescription

GetVersionRequest

Request to retrieve the version of the service Bridge platform.

NameNumberDescription

Version

The version of the Service Bridge platform.

FieldDescriptionValidation Rule

version

string
version is the TSB binary version