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.
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}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage details the `CloudIdentityCustomerAccount` class within the `Google.Cloud.Channel.V1` namespace, specifically for .NET development."],["The latest version available for the `CloudIdentityCustomerAccount` class is 2.14.0, with versions ranging back to 1.0.0."],["The `CloudIdentityCustomerAccount` class represents a Cloud Identity account that can be associated with a Channel Services API partner, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `CustomerCloudIdentityId`, `CustomerName`, `Existing`, and `Owned` to manage information about the Cloud Identity customer."],["It includes two constructors that allow the creation of a default `CloudIdentityCustomerAccount` object and one that allows the creation of an object based on another `CloudIdentityCustomerAccount` object."]]],[]]