Installer
class Installer extends Resource (View source)
The "installer" collection of methods.
Typical usage is:
$prod_tt_sasportalService = new Google\Service\SASPortalTesting(...);
$installer = $prod_tt_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)
SasPortalValidateInstallerResponse
validate(SasPortalValidateInstallerRequest $postBody, array $optParams = [])
Validates the identity of a Certified Professional Installer (CPI).
(installer.validate)