Interface IMicroserviceSubscriptionsResponse

Response returned by the microservice subscription endpoint. Contains an array of credentials that can be used to access subscribed tenants.

interface IMicroserviceSubscriptionsResponse {
    users: IMicroserviceSubscription[];
}

Properties

Properties