ovh\Cloud\Cloud::getPcaServices PHP Метод

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

Get PCA services associated with this cloud passport
public getPcaServices ( ) : array
Результат array of services
    public function getPcaServices()
    {
        return json_decode(self::getClient()->getPcaServices($this->passport));
    }