public sealed class Customer : IMessage<Customer>, IEquatable<Customer>, IDeepCloneable<Customer>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Controls Partner v1 API class Customer.
Contains metadata around a Cloud Controls Partner Customer
Namespace
Google.Cloud.CloudControlsPartner.V1Assembly
Google.Cloud.CloudControlsPartner.V1.dll
Constructors
Customer()
public Customer()Customer(Customer)
public Customer(Customer other)| Parameter | |
|---|---|
| Name | Description |
other |
Customer |
Properties
CustomerName
public CustomerName CustomerName { get; set; }CustomerName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
CustomerName |
|
CustomerOnboardingState
public CustomerOnboardingState CustomerOnboardingState { get; set; }Output only. Container for customer onboarding steps
| Property Value | |
|---|---|
| Type | Description |
CustomerOnboardingState |
|
DisplayName
public string DisplayName { get; set; }Required. Display name for the customer
| Property Value | |
|---|---|
| Type | Description |
string |
|
IsOnboarded
public bool IsOnboarded { get; set; }Output only. Indicates whether a customer is fully onboarded
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }Identifier. Format:
organizations/{organization}/locations/{location}/customers/{customer}
| Property Value | |
|---|---|
| Type | Description |
string |
|
OrganizationDomain
public string OrganizationDomain { get; set; }Output only. The customer organization domain, extracted from CRM Organization’s display_name field. e.g. "google.com"
| Property Value | |
|---|---|
| Type | Description |
string |
|