Scalr\Api\Service\User\V1beta0\Controller\CloudCredentials::fetchAction PHP Method

fetchAction() public method

public fetchAction ( $cloudCredentialsId )
    public function fetchAction($cloudCredentialsId)
    {
        $this->checkScopedPermissions('CLOUD_CREDENTIALS');
        $cloudCredentials = $this->getCloudCredentials($cloudCredentialsId);
        return $this->result($this->adapter($cloudCredentials)->toData($cloudCredentials));
    }