Skip to main content

customers_gcp_project_deployments

Creates, updates, deletes, gets or lists a customers_gcp_project_deployments resource.

Overview

Namecustomers_gcp_project_deployments
TypeResource
Idgoogle.prod_tt_sasportal.customers_gcp_project_deployments

Fields

The following fields are returned by SELECT queries:

Successful response

NameDatatypeDescription
deploymentsarrayOptional. Deployments associated with the GCP project

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
customers_list_gcp_project_deploymentsselectReturns 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.

NameDatatypeDescription

SELECT examples

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;