Skip to main content
logoTetrate Istio Subscription PlusVersion: Latest

Info

The differences between TSB and Tetrate Istio Subscription Plus (TIS+)

Tetrate Istio Subscription Plus (TIS+) utilizes many of the same components as the Tetrate Service Bridge(TSB) product but has the several distinctions.

Provide information about the Istio Subscription Plus platform.

Info

The Info service provides information about the Istio Subscription Plus platform.

GetVersion

GetCurrentUser

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

GetCurrentUserRequest

GetCurrentUserRequest is the request for getting the user information.

GetVersionRequest

Request to retrieve the version of the Istio Subscription Plus platform.

Version

The version of the Istio Subscription Plus platform.

FieldDescriptionValidation Rule

version

string
version is the TSB binary version

Type

FieldNumberDescription

USER

0

SERVICE_ACCOUNT

1

INTERNAL

2