Show / Hide Table of Contents

Class GoogleCloudChannelV1ImportCustomerRequest

Request message for CloudChannelService.ImportCustomer

Inheritance
object
GoogleCloudChannelV1ImportCustomerRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1ImportCustomerRequest : IDirectResponseSchema

Properties

AuthToken

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.

Declaration
[JsonProperty("authToken")]
public virtual string AuthToken { get; set; }
Property Value
Type Description
string

ChannelPartnerId

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.

Declaration
[JsonProperty("channelPartnerId")]
public virtual string ChannelPartnerId { get; set; }
Property Value
Type Description
string

CloudIdentityId

Required. Customer's Cloud Identity ID

Declaration
[JsonProperty("cloudIdentityId")]
public virtual string CloudIdentityId { get; set; }
Property Value
Type Description
string

Customer

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

Declaration
[JsonProperty("customer")]
public virtual string Customer { get; set; }
Property Value
Type Description
string

Domain

Required. Customer domain.

Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

OverwriteIfExists

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.

Declaration
[JsonProperty("overwriteIfExists")]
public virtual bool? OverwriteIfExists { get; set; }
Property Value
Type Description
bool?

PrimaryAdminEmail

Required. Customer's primary admin email.

Declaration
[JsonProperty("primaryAdminEmail")]
public virtual string PrimaryAdminEmail { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX