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.
Implements
IMessage<CloudIdentityCustomerAccount>, IEquatable<CloudIdentityCustomerAccount>, IDeepCloneable<CloudIdentityCustomerAccount>, 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
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 |
Existing
public bool Existing { get; set; }
Returns true if a Cloud Identity account exists for a specific domain.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Boolean |