Skip to main content

installer

Creates, updates, deletes, gets or lists an installer resource.

Overview

Nameinstaller
TypeResource
Idgoogle.sasportal.installer

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
installer_validateexecValidates the identity of a Certified Professional Installer (CPI).
installer_generate_secretexecGenerates a secret to be used with the ValidateInstaller.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

Lifecycle Methods

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

EXEC google.sasportal.installer.installer_validate
@@json=
'{
"installerId": "{{ installerId }}",
"secret": "{{ secret }}",
"encodedSecret": "{{ encodedSecret }}"
}'
;