Method: organizations.locations.getPartner

Get details of a Partner.

HTTP request

GET https://cloudcontrolspartner.googleapis.com/v1/{name=organizations/*/locations/*/partner}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Format: organizations/{organization}/locations/{location}/partner

Request body

The request body must be empty.

Response body

Message describing Partner resource

If successful, the response body contains data with the following structure:

JSON representation
{
  "name": string,
  "skus": [
    {
      object (Sku)
    }
  ],
  "ekmSolutions": [
    {
      object (EkmMetadata)
    }
  ],
  "operatedCloudRegions": [
    string
  ],
  "partnerProjectId": string,
  "createTime": string,
  "updateTime": string
}
Fields
name

string

Identifier. The resource name of the partner. Format: organizations/{organization}/locations/{location}/partner Example: "organizations/123456/locations/us-central1/partner"

skus[]

object (Sku)

List of SKUs the partner is offering

ekmSolutions[]

object (EkmMetadata)

List of Google Cloud supported EKM partners supported by the partner

operatedCloudRegions[]

string

List 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

partnerProjectId

string

Google Cloud project ID in the partner's Google Cloud organization for receiving enhanced Logs for Partners.

createTime

string (Timestamp format)

Output only. Time the resource was created

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. The last time the resource was updated

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • cloudcontrolspartner.partners.get

For more information, see the IAM documentation.

Sku

Represents the SKU a partner owns inside Google Cloud to sell to customers.

JSON representation
{
  "id": string,
  "displayName": string
}
Fields
id

string

Argentum product SKU, that is associated with the partner offerings to customers used by Syntro for billing purposes. SKUs can represent resold Google products or support services.

displayName

string

Display name of the product identified by the SKU. A partner may want to show partner branded names for their offerings such as local sovereign cloud solutions.

EkmMetadata

Holds information needed by Mudbray to use partner EKMs for workloads.

JSON representation
{
  "ekmSolution": enum (EkmSolution),
  "ekmEndpointUri": string
}
Fields
ekmSolution

enum (EkmSolution)

The Cloud EKM partner.

ekmEndpointUri

string

Endpoint for sending requests to the EKM for key provisioning during Assured Workload creation.

EkmSolution

Represents Google Cloud supported external key management partners Google Cloud EKM partners docs.

Enums
EKM_SOLUTION_UNSPECIFIED Unspecified EKM solution
FORTANIX EKM Partner Fortanix
FUTUREX EKM Partner FutureX
THALES EKM Partner Thales
VIRTRU EKM Partner Virtu