public sealed class Customer : IMessage<Customer>, IEquatable<Customer>, IDeepCloneable<Customer>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1beta API class Customer.
Contains metadata around a Cloud Controls Partner Customer
Namespace
Google.Cloud.CloudControlsPartner.V1BetaAssembly
Google.Cloud.CloudControlsPartner.V1Beta.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; }
Container for customer onboarding steps
Property Value | |
---|---|
Type | Description |
CustomerOnboardingState |
DisplayName
public string DisplayName { get; set; }
The customer organization's display name. E.g. "google.com".
Property Value | |
---|---|
Type | Description |
string |
IsOnboarded
public bool IsOnboarded { get; set; }
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 |