ovh\Cloud\Cloud::getPcaServices PHP Méthode

getPcaServices() public méthode

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