Scalr\Service\OpenStack\Services\AbstractService::getTenantId PHP Méthode

getTenantId() public méthode

Gets an identifier of the tenant for current authenticated token
public getTenantId ( ) : string
Résultat string Gets an identifier of the tenant
    public function getTenantId()
    {
        $this->getOpenStack()->getConfig()->getAuthToken()->getTenantId();
    }