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();
    }