Interface IMicroserviceSubscription

Not to be confused with ICredentials as 'name' is used instead of 'user' for the username.

interface IMicroserviceSubscription {
    name: string;
    password: string;
    tenant: string;
}

Properties

Properties

name: string
password: string
tenant: string