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

GoogleCloudChannelV1Customer

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

Entity representing a customer of a reseller or distributor.

interface GoogleCloudChannelV1Customer {
alternateEmail?: string;
channelPartnerId?: string;
readonly cloudIdentityId?: string;
readonly cloudIdentityInfo?: GoogleCloudChannelV1CloudIdentityInfo;
correlationId?: string;
readonly createTime?: Date;
domain?: string;
languageCode?: string;
readonly name?: string;
orgDisplayName?: string;
orgPostalAddress?: GoogleTypePostalAddress;
primaryContactInfo?: GoogleCloudChannelV1ContactInfo;
readonly updateTime?: Date;
}

§Properties

§
alternateEmail?: string
[src]

Secondary contact email. You need to provide an alternate email to create different domains if a primary contact email already exists. Users will receive a notification with credentials when you create an admin.google.com account. Secondary emails are also recovery email addresses. Alternate emails are optional when you create Team customers.

§
channelPartnerId?: string
[src]

Cloud Identity ID of the customer's channel partner. Populated only if a channel partner exists for this customer.

§
readonly cloudIdentityId?: string
[src]

Output only. The customer's Cloud Identity ID if the customer has a Cloud Identity resource.

§
readonly cloudIdentityInfo?: GoogleCloudChannelV1CloudIdentityInfo
[src]

Output only. Cloud Identity information for the customer. Populated only if a Cloud Identity account exists for this customer.

§
correlationId?: string
[src]

Optional. External CRM ID for the customer. Populated only if a CRM ID exists for this customer.

§
readonly createTime?: Date
[src]

Output only. Time when the customer was created.

§
domain?: string
[src]

Required. The customer's primary domain. Must match the primary contact email's domain.

§
languageCode?: string
[src]

Optional. The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.

§
readonly name?: string
[src]

Output only. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}

§
orgDisplayName?: string
[src]

Required. Name of the organization that the customer entity represents.

§
orgPostalAddress?: GoogleTypePostalAddress
[src]

Required. The organization address for the customer. To enforce US laws and embargoes, we require a region, postal code, and address lines. You must provide valid addresses for every customer. To set the customer's language, use the Customer-level language code.

§

Primary contact info.

§
readonly updateTime?: Date
[src]

Output only. Time when the customer was updated.