- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Sku
- EkmMetadata
- EkmSolution
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 |
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 ( |
Fields | |
---|---|
name |
Identifier. The resource name of the partner. Format: organizations/{organization}/locations/{location}/partner Example: "organizations/123456/locations/us-central1/partner" |
skus[] |
List of SKUs the partner is offering |
ekmSolutions[] |
List of Google Cloud supported EKM partners supported by the partner |
operatedCloudRegions[] |
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 |
Google Cloud project ID in the partner's Google Cloud organization for receiving enhanced Logs for Partners. |
createTime |
Output only. Time the resource was created A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
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: |
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 |
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 |
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 ( |
Fields | |
---|---|
ekmSolution |
The Cloud EKM partner. |
ekmEndpointUri |
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 |