installer
Creates, updates, deletes, gets or lists an installer resource.
Overview
| Name | installer |
| Type | Resource |
| Id | google.prod_tt_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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
installer_generate_secret | exec | Generates a secret to be used with the ValidateInstaller. | ||
installer_validate | exec | Validates the identity of a Certified Professional Installer (CPI). |
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.
| Name | Datatype | Description |
|---|
Lifecycle Methods
- installer_generate_secret
- installer_validate
Generates a secret to be used with the ValidateInstaller.
EXEC google.prod_tt_sasportal.installer.installer_generate_secret
;
Validates the identity of a Certified Professional Installer (CPI).
EXEC google.prod_tt_sasportal.installer.installer_validate
@@json=
'{
"installerId": "{{ installerId }}",
"secret": "{{ secret }}",
"encodedSecret": "{{ encodedSecret }}"
}'
;