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

GoogleCloudChannelV1ProvisionedService

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

Service provisioned for an entitlement.

interface GoogleCloudChannelV1ProvisionedService {
readonly productId?: string;
readonly provisioningId?: string;
readonly skuId?: string;
}

§Properties

§
readonly productId?: string
[src]

Output only. The product pertaining to the provisioning resource as specified in the Offer.

§
readonly provisioningId?: string
[src]

Output only. Provisioning ID of the entitlement. For Google Workspace, this is the underlying Subscription ID. For Google Cloud, this is the Billing Account ID of the billing subaccount.

§
readonly skuId?: string
[src]

Output only. The SKU pertaining to the provisioning resource as specified in the Offer.