Scalr\Service\OpenStack\Services\AbstractService::getTenantId PHP Метод

getTenantId() публичный Метод

Gets an identifier of the tenant for current authenticated token
public getTenantId ( ) : string
Результат string Gets an identifier of the tenant
    public function getTenantId()
    {
        $this->getOpenStack()->getConfig()->getAuthToken()->getTenantId();
    }