Class CloudIdentityCustomerAccount (1.6.0)

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

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
Boolean

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
Boolean