Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Partner

import type { Partner } from "https://googleapis.deno.dev/v1/cloudcontrolspartner:v1.ts";

Message describing Partner resource

interface Partner {
readonly createTime?: Date;
ekmSolutions?: EkmMetadata[];
name?: string;
operatedCloudRegions?: string[];
partnerProjectId?: string;
skus?: Sku[];
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Time the resource was created

§
ekmSolutions?: EkmMetadata[]
[src]

List of Google Cloud supported EKM partners supported by the partner

§
name?: string
[src]

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

§
operatedCloudRegions?: string[]
[src]

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
[src]

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

§
skus?: Sku[]
[src]

List of SKUs the partner is offering

§
readonly updateTime?: Date
[src]

Output only. The last time the resource was updated