Skip to main content

partner

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

Overview

Namepartner
TypeResource
Idgoogle.cloudcontrolspartner.partner

Fields

NameDatatypeDescription
namestringIdentifier. The resource name of the partner. Format: organizations/{organization}/locations/{location}/partner Example: "organizations/123456/locations/us-central1/partner"
createTimestringOutput only. Time the resource was created
ekmSolutionsarrayList of Google Cloud supported EKM partners supported by the partner
operatedCloudRegionsarrayList of Google Cloud regions that the partner sells services to customers. Valid Google Cloud regions found here: https://cloud.google.com/compute/docs/regions-zones
partnerProjectIdstringGoogle Cloud project ID in the partner's Google Cloud organization for receiving enhanced Logs for Partners.
skusarrayList of SKUs the partner is offering
updateTimestringOutput only. The last time the resource was updated

Methods

NameAccessible byRequired ParamsDescription
get_partnerSELECTlocationsId, organizationsIdGet details of a Partner.

SELECT examples

Get details of a Partner.

SELECT
name,
createTime,
ekmSolutions,
operatedCloudRegions,
partnerProjectId,
skus,
updateTime
FROM google.cloudcontrolspartner.partner
WHERE locationsId = '{{ locationsId }}'
AND organizationsId = '{{ organizationsId }}';