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-03-21 UTC."],[[["The webpage provides documentation for the `CloudIdentityCustomerAccount` class within the `Google.Cloud.Channel.V1` namespace, with multiple versions available for reference, from 1.0.0 to the latest 2.14.0."],["`CloudIdentityCustomerAccount` represents a Cloud Identity account potentially associated with a Channel Services API partner, and is accessible via a class that implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CloudIdentityCustomerAccount` include `CustomerCloudIdentityId`, `CustomerName`, `Existing` (a boolean indicating whether an account exists for a specific domain), and `Owned` (a boolean indicating whether the account is associated with a Channel Services partner's customer)."],["The page includes the latest version of the class, along with older versions going all the way back to version 1.0.0, and all of these versions are tied to the `CloudIdentityCustomerAccount` class."]]],[]]