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

The following fields are returned by SELECT queries:

Successful response

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

The following methods are available for this resource:

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

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
organizationsIdstring

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 }}' -- required;