class Installer extends Resource (View source)

The "installer" collection of methods.

Typical usage is:

 $sasportalService = new Google\Service\Sasportal(...);
 $installer = $sasportalService->installer;

Methods

generateSecret(SasPortalGenerateSecretRequest $postBody, array $optParams = [])

Generates a secret to be used with the ValidateInstaller.

validate(SasPortalValidateInstallerRequest $postBody, array $optParams = [])

Validates the identity of a Certified Professional Installer (CPI).

Details

SasPortalGenerateSecretResponse generateSecret(SasPortalGenerateSecretRequest $postBody, array $optParams = [])

Generates a secret to be used with the ValidateInstaller.

(installer.generateSecret)

Parameters

SasPortalGenerateSecretRequest $postBody
array $optParams

Optional parameters.

Return Value

SasPortalGenerateSecretResponse

Exceptions

Exception

SasPortalValidateInstallerResponse validate(SasPortalValidateInstallerRequest $postBody, array $optParams = [])

Validates the identity of a Certified Professional Installer (CPI).

(installer.validate)

Parameters

SasPortalValidateInstallerRequest $postBody
array $optParams

Optional parameters.

Return Value

SasPortalValidateInstallerResponse

Exceptions

Exception