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

GoogleCloudChannelV1ImportCustomerRequest

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

Request message for CloudChannelService.ImportCustomer

interface GoogleCloudChannelV1ImportCustomerRequest {
authToken?: string;
channelPartnerId?: string;
cloudIdentityId?: string;
customer?: string;
domain?: string;
overwriteIfExists?: boolean;
}

§Properties

§
authToken?: string
[src]

Optional. The super admin of the resold customer generates this token to authorize a reseller to access their Cloud Identity and purchase entitlements on their behalf. You can omit this token after authorization. See https://support.google.com/a/answer/7643790 for more details.

§
channelPartnerId?: string
[src]

Optional. Cloud Identity ID of a channel partner who will be the direct reseller for the customer's order. This field is required for 2-tier transfer scenarios and can be provided via the request Parent binding as well.

§
cloudIdentityId?: string
[src]

Required. Customer's Cloud Identity ID

§
customer?: string
[src]

Optional. Specifies the customer that will receive imported Cloud Identity information. Format: accounts/{account_id}/customers/{customer_id}

§
domain?: string
[src]

Required. Customer domain.

§
overwriteIfExists?: boolean
[src]

Required. Choose to overwrite an existing customer if found. This must be set to true if there is an existing customer with a conflicting region code or domain.