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