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.sasportal.customers_gcp_project_deployments

Fields

NameDatatypeDescription
deploymentsarrayOptional. Deployments associated with the GCP project

Methods

NameAccessible byRequired 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.

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.sasportal.customers_gcp_project_deployments
;