Skip to main content

project_mapping

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

Overview

Nameproject_mapping
TypeResource
Idgoogle.apigee.project_mapping

Fields

NameDatatypeDescription
locationstringOutput only. The Google Cloud region where control plane data is located. For more information, see https://cloud.google.com/about/locations/.
organizationstringName of the Apigee organization.
projectIdstringGoogle Cloud project associated with the Apigee organization
projectIdsarrayDEPRECATED: Use project_id. An Apigee Organization is mapped to a single project.

Methods

NameAccessible byRequired ParamsDescription
organizations_get_project_mappingSELECTorganizationsIdGets the project ID and region for an Apigee organization.

SELECT examples

Gets the project ID and region for an Apigee organization.

SELECT
location,
organization,
projectId,
projectIds
FROM google.apigee.project_mapping
WHERE organizationsId = '{{ organizationsId }}';