Cloud Channel v1 API - Class CloudIdentityCustomerAccount (2.11.0)

public sealed class CloudIdentityCustomerAccount : IMessage<CloudIdentityCustomerAccount>, IEquatable<CloudIdentityCustomerAccount>, IDeepCloneable<CloudIdentityCustomerAccount>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class CloudIdentityCustomerAccount.

Entity representing a Cloud Identity account that may be associated with a Channel Services API partner.

Inheritance

object > CloudIdentityCustomerAccount

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

CloudIdentityCustomerAccount()

public CloudIdentityCustomerAccount()

CloudIdentityCustomerAccount(CloudIdentityCustomerAccount)

public CloudIdentityCustomerAccount(CloudIdentityCustomerAccount other)
Parameter
NameDescription
otherCloudIdentityCustomerAccount

Properties

CustomerCloudIdentityId

public string CustomerCloudIdentityId { get; set; }

If existing = true, the Cloud Identity ID of the customer.

Property Value
TypeDescription
string

CustomerName

public string CustomerName { get; set; }

If owned = true, the name of the customer that owns the Cloud Identity account. Customer_name uses the format: accounts/{account_id}/customers/{customer_id}

Property Value
TypeDescription
string

Existing

public bool Existing { get; set; }

Returns true if a Cloud Identity account exists for a specific domain.

Property Value
TypeDescription
bool

Owned

public bool Owned { get; set; }

Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.

Property Value
TypeDescription
bool