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.
Implements
IMessageCloudIdentityCustomerAccount, IEquatableCloudIdentityCustomerAccount, IDeepCloneableCloudIdentityCustomerAccount, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
CloudIdentityCustomerAccount()
public CloudIdentityCustomerAccount()
CloudIdentityCustomerAccount(CloudIdentityCustomerAccount)
public CloudIdentityCustomerAccount(CloudIdentityCustomerAccount other)
Parameter | |
---|---|
Name | Description |
other |
CloudIdentityCustomerAccount |
Properties
ChannelPartnerCloudIdentityId
public string ChannelPartnerCloudIdentityId { get; set; }
If existing = true, and is 2-tier customer, the channel partner of the customer.
Property Value | |
---|---|
Type | Description |
string |
CustomerCloudIdentityId
public string CustomerCloudIdentityId { get; set; }
If existing = true, the Cloud Identity ID of the customer.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
CustomerType
public CloudIdentityInfo.Types.CustomerType CustomerType { get; set; }
If existing = true, the type of the customer.
Property Value | |
---|---|
Type | Description |
CloudIdentityInfoTypesCustomerType |
Existing
public bool Existing { get; set; }
Returns true if a Cloud Identity account exists for a specific domain.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
bool |