ovh\Cloud\Cloud::getPcaServices PHP Method

getPcaServices() public method

Get PCA services associated with this cloud passport
public getPcaServices ( ) : array
return array of services
    public function getPcaServices()
    {
        return json_decode(self::getClient()->getPcaServices($this->passport));
    }