public sealed class CloudIdentityCustomerAccount : IMessage<CloudIdentityCustomerAccount>, IEquatable<CloudIdentityCustomerAccount>, IDeepCloneable<CloudIdentityCustomerAccount>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class CloudIdentityCustomerAccount.
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."],[[["This webpage provides reference documentation for the `CloudIdentityCustomerAccount` class within the Google Cloud Channel v1 API, specifically within the .NET environment."],["The `CloudIdentityCustomerAccount` class represents a Cloud Identity account that can be linked to a Channel Services API partner, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation available is 2.14.0, while the current page version is 2.7.0, there being multiple versions of this documentation that can be reviewed through the provided links, ranging all the way back to version 1.0.0."],["The `CloudIdentityCustomerAccount` class includes properties like `CustomerCloudIdentityId`, `CustomerName`, `Existing`, and `Owned`, which provide details about the Cloud Identity account and its relationship to the Channel Services partner and the given customer."],["The documentation details inherited members, the namespace (`Google.Cloud.Channel.V1`), the assembly (`Google.Cloud.Channel.V1.dll`), and available constructors, and allows for the creation of a new instance or copies of existing ones through the given constructors."]]],[]]