customers_gcp_project_deployments
Creates, updates, deletes, gets or lists a customers_gcp_project_deployments resource.
Overview
| Name | customers_gcp_project_deployments |
| Type | Resource |
| Id | google.prod_tt_sasportal.customers_gcp_project_deployments |
Fields
The following fields are returned by SELECT queries:
- customers_list_gcp_project_deployments
| Name | Datatype | Description |
|---|---|---|
deployments | array | Optional. Deployments associated with the GCP project |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
customers_list_gcp_project_deployments | select | Returns a list of SAS deployments associated with current GCP project. Includes whether SAS analytics has been enabled or not. |
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 |
|---|
SELECT examples
- customers_list_gcp_project_deployments
Returns a list of SAS deployments associated with current GCP project. Includes whether SAS analytics has been enabled or not.
SELECT
deployments
FROM google.prod_tt_sasportal.customers_gcp_project_deployments
;